网页通过按钮调用exe文件直接执行

  • Post author:
  • Post category:其他



<div>

<!– 查询模块 –>

<form action=”${pageContext.request.contextPath}/whAction” method=”post”>

<!– <form action=”../action/UserAction” method=”post”> –>

用户名:

<input type=”text” name=”usersName” />

<!– <input type=”hidden” value=”readUser” name=”method”> –>

<input type=”hidden” value=”selectwh” name=”method”>

<input type=”submit” value=”查1询”>

<input type=”button” value=”综合展示” οnclick=”a();”/>

</form>

${wh}

<br />

<!– 定义a标签 –>

<a id=”exeA” href=”zhzs://”></a>

<br />

</div>

<!–  调用 a标签执行 e。x。e文件 –>

<script>

function a(){


/* alert(1); */

/*执行e。x。e文件*/

document.getElementById(“exeA”).click();

}

</script>



版权声明:本文为bastard_521原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。