Open a folder in explorer from FF
Posted: Wed Mar 21, 2007 12:56 pm
Quick question...
I'm working on an intranet and need to a link to a user's local folder. Basically click on the link to open a folder on their computer.
This works in IE:
However, in FF this opens the FF vs of a folder view...
I'm assuming this is a FF Fix but I'm not sure..any ideas?
I'm working on an intranet and need to a link to a user's local folder. Basically click on the link to open a folder on their computer.
This works in IE:
Code: Select all
<a href="file://H:/localhost files/My Documents/Development/users specific docs" target="_blank">Open
Local Directory</a>I'm assuming this is a FF Fix but I'm not sure..any ideas?