Hi,
Trying out the forums, im a first timer - please be gentle.
We have IIS 7.5 and are using a SSL connection to connect to work files and folders from home. It is excellent and just what we needed. Unfortunately the recent upgrade to IE11 has stopped this working. We used the following code to make our links -open folders. We do not want to map drives - thats too complicated for staff. Is there a new code or work around for this, I find it hard to believe that support for webdav is missing.
Thanks
Peter
<SCRIPT> function fnDavStart(oSpanObj, sPath) { oSpanObj.navigateFrame(sPath, "_blank"); }</SCRIPT></HEAD><body><div ID=davDiv><SPAN ID=oWebDavHelper style="behavior:url('#default#httpFolder');" onclick = "fnDavStart this, 'https://webdav.myserver.com')"> Click here for WebDAV folder</SPAN></div>