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