Posted in Javascript onDecember 26, 2012
我实验了一下 : 使用IE内核的浏览器 都支持 火狐好像不行
<html> <head> <script type="text/javascript"> function callExe() { // new ActiveXObject("Wscript.Shell").run("notepad.exe D:\\a.png.txt"); // new ActiveXObject("Wscript.Shell").run("D:\\工具\\Pb6安装\\Pb6安装\\SETUP.EXE"); } </script> </head> <body> <input id="Button2" type="button" value="调用" onclick="callExe();" /> </body> </html>
js 调用本地exe的例子(支持IE内核的浏览器)
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@