So I am creating an offline webpage in which I have to make Html open a folder. This is the code I am using
<html>
<head>
</head>
<body>
<a href="file:///C:\Users\Hi\Desktop\Bro">Click me</a>
</body>
</html>
The code is not working,any changes which can make it work??
I got it, window.open method of javascript worked.