我實驗了一下 : 使用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>