DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> 關於JavaScript >> js 調用本地exe的例子(支持IE內核的浏覽器)
js 調用本地exe的例子(支持IE內核的浏覽器)
編輯:關於JavaScript     
我實驗了一下 : 使用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>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved