码迷,mamicode.com
首页 > Web开发 > 详细

Js调用本地程序

时间:2014-05-24 09:01:23      阅读:473      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   c   code   java   

 

bubuko.com,布布扣
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script   language=javascript>   
  function Open()
  {
  var wsh=new ActiveXObject("wscript.shell");   
  wsh.run("notepad.exe");
  } 
  </script>
</head>

<body>
<input type="button" name="Submit" value="按钮" onclick="Open()" />
</body>
</html>
bubuko.com,布布扣

 

 

 

来源: <Js调用本地程序 - 韩显川 - 博客园>

Js调用本地程序,布布扣,bubuko.com

Js调用本地程序

标签:style   class   blog   c   code   java   

原文地址:http://www.cnblogs.com/csharpbird/p/3747202.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!