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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-09-25
  • 2021-11-30
  • 2021-05-31
猜你喜欢
  • 2022-01-12
  • 2021-12-23
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案