码迷,mamicode.com
首页 > 其他好文 > 详细

Form提交表单后页面刷新不跳转的实现

时间:2017-06-26 19:01:22      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:form表单   刷新   method   isp   实现   type   tar   get   for   


<form action="" id="" method="post" target="nm_iframe">
  <input type="text" id="input_text" name="input_text"/>
  <input type="submit" id="sobmit" name="submit" value="提交" />
</form>
<iframe id="id_iframe" name="nm_iframe" style="display:none;"></iframe>

在form表单下添加iframe标签,设置隐藏,和name属性。

form 添加target属性,值为iframe的name。

Form提交表单后页面刷新不跳转的实现

标签:form表单   刷新   method   isp   实现   type   tar   get   for   

原文地址:http://www.cnblogs.com/gxp69/p/7081859.html

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