I'm working on an intranet site and I was curious if there is a cross-browser way to link to a network drive?
Right now, I'm using:
however this only works in IE. Is there a different way to do this?
_______________
_brian.
Right now, I'm using:
Code:
<a href="\\servername\folder">Network Drive</a>
_______________
_brian.