JSP页面Post提交表单失败页面不刷新、不重置

2026-02-14 07:48:00

1、action 部分需要填写一个属性  target="postFrame"

JSP页面Post提交表单失败页面不刷新、不重置

2、在新建表单页面时加载

<script>var strPostFrame="<table style='display:none'>";//strPostFrame=strPostFrame+"<tr>";strPostFrame=strPostFrame+"   <td >";strPostFrame=strPostFrame+"      <iframe name='postFrame' ></iframe>";strPostFrame=strPostFrame+"   </td>";strPostFrame=strPostFrame+"</tr>";strPostFrame=strPostFrame+"</table>";document.writeln(strPostFrame); var path ='${ProjectPath}';</script>

JSP页面Post提交表单失败页面不刷新、不重置

猜你喜欢