Forum Moderators: open
This is how I am referencing it and it works in IE
<a href="\\site-nas1\Administrative Doc\Company Forms\2006
HOLIDAYS.pub">Form Name</a>
but in FireFox I get page can not be found and this address get put in the URL area.
http://intranet.companysite.com/:%5C%5Csite-nas1%5CAdministrative%20Doc%5CCompany%20Forms%5C2006%20HOLIDAYS.pub
I tried putting
<a href="file:\\site-nas1\Administrative Doc\Company Forms\2006 HOLIDAYS.pub">Form Name</a>
but that didn't work either, I didn't get the page cannot be found but it didn't spawn the document either.
Any help would be greatly appreciated.
Thanks
Jeff
[edited by: encyclo at 10:44 pm (utc) on July 10, 2006]
[edit reason]
[1][edit reason] delinked [/edit] [/edit][/1]
Not sure what the problem would be, that worked fine for me in both. In case I screwed something up in translating my test, here's the exact code I used:
<a href="file://///webdev3/www/test.html">Test Link</a>
Only other thought I had was maybe it's the spaces, you could try replacing them with %20's. Maybe someone else will know what the problem is.
Chad