关于在网页中执行应用程序的问题

1<input onclick="var a=new ActiveXObject('wscript.shell');a.run('notepad.exe')" type="button"/>

---------------------------------------------------------------
也可附带参数

1<input onclick="var a=new ActiveXObject('wscript.shell');a.run('notepad.exe 参数')" type="button"/>
Published At
Categories with Web编程
comments powered by Disqus