UNC path hyperlink syntax

  • Thread starter Thread starter anony
  • Start date Start date
A

anony

Hi,

This is off topic but since I develop with ASP.NET and I love you guys so
much... I would like to create a simple html link to a UNC path, but I can't
quite figure out the appropriate syntax. Simply putting <a
href="\\server\share"> keeps the website url in front.

Thanks.
 
Thanks Curt. This works fine in IE, but not Firefox... any idea why?
Nothing happens when clicking on the link in Firefox. Here's the rendered
HTML:

<a href=file://///server/share name/path/"Curt_C [MVP]"
 
Let's try that link again:

<a href="file://///webdomain/web sites/GSM/2004/press_releases"> link </a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top