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