Webdav web client, force webfolder view?
I've got webdav working for remote My Documents access, but it loads in a list view, not webfolder view.
If you click file, open and copy the URL in the open box and tick" open as web folder" it works.
But i want it so they just click and and it opens in webfolder view, how do i do this? Is there something i have to put instead of http? on the link?
Re: Webdav web client, force webfolder view?
try tacking ":80" on the end. I find XP Webfolders gets rather confused otherwise.
I've given up on webfolders because of its general misbehavior and I'm using novell netdrive now instead.
http://www.bcuc.ac.uk/Files/ndint.exe
Re: Webdav web client, force webfolder view?
<STYLE>
A {behavior: url(#default#AnchorClick);}
</STYLE>
<A HREF = "https://PATH TO SERVER/"
FOLDER = "https://PATH TO SERVER/"
TARGET = "_top"
>
Open in Web Folder View
</A>
That will open in folder view...the essential things are that you use internet explorer and include the SYTLE tag detailing what to do with links.