I'm trying to make a hyperlink in html , to open a shared folder (open it with the explorer.exe of Windows ) from my intranet, I do not know if it can be achieved, because I have read in several pages and in the majority it says that it can not be done because of security issues. I only found a page in which I said that it was possible as long as they were in the same network (if this condition is met)
This is the code I use.
<div class="card">
<a class="card-footer clearfix small z-1" href='file:///\mex\mon\kate\ka\files\'>
<span class="float-left">Shared Folder</span>
<span class="float-right">
<i class="fa fa-angle-right"></i>
</span>
</a>
</div>
When I clicked, I get this error in the console
Not allowed to load local resource: file:///\mex\mon\kate\ka\files\
I explain myself better ... what I want is, for example as in any browser, that when downloading a file there is a hyperlink that says show in folder, and when clicked, opens it and shows everything inside