Linking to a Network Share

Discussion in 'HTML & Website Design' started by crath, Apr 30, 2009.

  1. #1
    I am currently creating an intranet site, and can not manage to figure out how to link to a network share. I've tried:

    <a href="\\itnetdata\folder\file.txt">Link</a>
    <a href="file://\\itnetdata\folder\file.txt">Link</a>
    <a href="file://itnetdata/folder/file.txt">Link</a>

    etc.

    Any suggestions?
    Thanks.
     
    crath, Apr 30, 2009 IP
  2. honlude

    honlude Guest

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <a href="\\itnetdata\folder\file.txt">Link</a> should work fine. that is what I use and it works for me.
     
    honlude, Apr 30, 2009 IP
  3. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #3
    It may work in IE, but it needs to work for IE and Firefox
     
    crath, Apr 30, 2009 IP
  4. qazu

    qazu Well-Known Member

    Messages:
    1,834
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #4
    It would be <a href="http://host_computer/path_to_file/file_name.txt">Link</a>. Works for me in FF and IE.
     
    qazu, May 1, 2009 IP