IE浏览器中使用js调用cmd命令行demo

 <html xmlns="http://www.w3.org/1999/xhtml">

     <head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>
js调用cmd命令行
</title>
</head> <body onLoad="win_run()">
</body>
<script type="text/javascript">
function win_run() {
var cmd = new ActiveXObject("WScript.Shell");
cmd.run("ping baidu.com -t");
}
</script> </html>
上一篇:菜鸟日记之JSP二 内置对象的理解


下一篇:转载:configure生成的文件(1.5.3)《深入理解Nginx》(陶辉)