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"/>