Can you help me on opening local drive(which is a shared drive) C:,D: etc from a JSP installed in the tomcat in other machine or any other suggestion to achieve the same
I tried the following different things and none of it was worked.I tried putting the window.open in the href also but that doesn't work as well.
window.open('file://'+hostname+'/C:','Results','width=500,height=500');
window.open("file://mymechine name/C$"); window.open('file:///C:/RIT_Results')