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>

--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to