Julian,
Thanks for the tip! The <a href="http://foobar" folder="http://foobar"
style="behavior: url(#default#AnchorClick)">...</a> is exactly what I
was looking for.
I usually try to keep my code as browser independent as possible, but
this is one of those cases when I'm glad I can use the added
functionality.
I also tried to get the file protocol to work (
href="file://webdav.somedomain.com/filepath/file.doc">document</a> ) but
couldn't seem to make it happen for me. If anyone does I would be
interested to hear how.
Thanks again,
Eric
On Mon, 2004-01-12 at 16:37, Julian Reschke wrote:
> Julian wrote:
> > Eric,
> >
> > In order to save a document from MS Office to a webdav
> > location you will have to add the webdav folder as a
> > network place (this avoids having to enter the URL
> > every time on save). The other option is to have the
> > document open in the browser via embedded office (i.e.
> > office opens in IE) and save the document. I believe
> > this second option should automatically remember the
> > webdav location and save properly. As far as
> > launching the MS "Webfolder" from IE, you must use the
> > following script:
> >
> > <HTML>
> > <HEAD>
> > <title>MS Webfolder</title>
> > <STYLE>
> > .hFolder{behavior:url(#default#httpFolder);}
> > </STYLE>
> > <SCRIPT>
> > function fnNavigate(){
> > oViewFolder.navigate(URL);
> > }
> > </SCRIPT>
> > </HEAD>
> > <BODY onload="fnNavigate()" ID="oViewFolder"
> > CLASS="hFolder" >
> > </BODY>
> > </HTML>
>
> Or simply:
>
> <a href="http://foobar" folder="http://foobar" style="behavior:
> url(#default#AnchorClick)">...</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]