+ Post New Thread
Results 1 to 3 of 3
Web Development Thread, Webdav web client, force webfolder view? in Coding and Web Development; I've got webdav working for remote My Documents access, but it loads in a list view, not webfolder view. If ...
  1. #1
    Quackers's Avatar
    Join Date
    Jan 2006
    Location
    Staffordshire
    Posts
    961
    Thank Post
    28
    Thanked 59 Times in 52 Posts
    Rep Power
    33

    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?

  2. IDG Tech News

  3. #2
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    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

  4. #3
    Joedetic's Avatar
    Join Date
    Jan 2006
    Location
    Walsall
    Posts
    1,318
    Thank Post
    6
    Thanked 13 Times in 13 Posts
    Rep Power
    17

    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.

SHARE:
+ Post New Thread

Similar Threads

  1. WebDAV Woes...
    By mrforgetful in forum Web Development
    Replies: 19
    Last Post: 4th July 2008, 11:22 AM
  2. Vista and webdav
    By ZeroHour in forum Windows Vista
    Replies: 11
    Last Post: 3rd December 2007, 12:36 PM
  3. Webdav not working???
    By bigb3n in forum Network and Classroom Management
    Replies: 2
    Last Post: 25th October 2007, 08:45 AM
  4. Replies: 0
    Last Post: 14th September 2007, 01:25 PM
  5. WebDav and IE7 (vista RC1 5600)
    By k-strider in forum Windows Vista
    Replies: 2
    Last Post: 19th October 2006, 09:26 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •