How can I open a local folder view by clicking on any link?
I tried many options like
<a href="file:///D:/Tools/">Open folder</a> or
<a onclick="file:///D:/Tools/">Open folder</a> or
<a onclick="window.open(file:///D:/Tools/)">Open folder</a>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Linking to local resources is disabled in all modern browsers due to security restrictions.
For Firefox:
for IE:
for Opera (in the context of a security advisory, I’m sure there is a more canonical link for this):