Hello,
I have a problem between different browser.
I have a link that directs to a folder that is shared within a localhost server and it works find with internet explorer, but it doesnt work with chrome or mozilla.
<a href='\\Server\folder\'>Click Here</a>
That is a simple code I have set up. Its not supposed to direct to a weblink but a folder that is being shared.
In chrome, the link doesnt do anything when I click on it. In firefox, it just directs me to a website error. In internet explorer, it works.
How do I make it work for all browsers?
Thank you