Results 1 to 4 of 4
  1. #1

    href to a folder on a server?

    I am building our new Intranet site and I am a bit stumped. I am trying to have links setup on the page which would allow people to click on them an open up a particular folder on one of our servers. I have been trying in DreamWeaver, but I am only able to open a file with an extension i.e. html,doc etc... Is this possible to do? And if so, how!!

    Thanks.

  2. #2
    surely the code <a href="www.example.com/example">click here</a> would open an index of the folder, as long there was no index file??

  3. #3
    Join Date
    Jan 2004
    Posts
    406
    What do you mean by open up a folder? Do you mean thru FTP or UNC?

    In a Windows environment I would try something like this...
    Code:
    <a href="\\myserver\mysharedfolder">Open my folder</a>
    You will obviously have to shared that folder on the server for this to work.
    Affordable Business Web Site Hosting by Geo Redundant Hosting

  4. #4
    I got it to work, stupid Dreamweaver doesn't like the \\ used and I needed to add the drive letter for it to work.

    Thanks to all.

Posting Permissions

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