Skip to main content
Participant
May 19, 2008
Question

Can you hyperlink to a Folder?

  • May 19, 2008
  • 2 replies
  • 344 views
This is a local project and will be used internally. I want to create a link to a folder on a network drive. SO, for instance, you wanted to create a link that links users to a collection of forms in a specific folder. I can't seem to figure it out.

Can it be done?
This topic has been closed for replies.

2 replies

Participating Frequently
May 19, 2008
Hi, durden7,

Can you specify the UNC path to the network share? Something like this:

<a href="\\ComputerName\SharedResources\Forms">Click to open the Forms folder</a>

Pete
RoboColum_n_
Legend
May 19, 2008
Hi durden7.
You can't link to a folder. Have you considered producing a simple index.htm file in your forms directory with links to the specific forms and a description of them. Then you could link to the index.htm file inside your project.