How to open a file using file:// using asp.net or Jquery. Bewlo is sample code that I tried but could not work.
<input type="button" value="New Window!" onclick="window.open('file://///192.168.1.1/Shared/Summary.pdf', 'mywindow', 'width=400,height=200')">
When I try this but this will open up the blank tab nothing will be open. I have lots of file like this on the server and on the network drive as well those needs to be open like this way.
Is this possible in this way? If any one give some suggestion to achieve this functionality then that would be good.