javascript - Open Windows Run Commands from a WebPage -
javascript - Open Windows Run Commands from a WebPage -
i'm preparing web-based application, need click on button should trigger window in pc. disk shared of departments in our company. phone call 'share folder'. in windows run commands, come in command "\10.227.100.89\share_folder$" the window opens. want click in web page.is attainable? utilize javascript it?
it attainable. wouldn't need javascript or that. local location of executable.
i.e. open excel :
<a href="file:///c:/program%20files/microsoft office/office/excel.exe.exe" title="open excel">excel</a>
you specific file. open given excel file.
javascript html
Comments
Post a Comment