码迷,mamicode.com
首页 > Web开发 > 详细

利用html属性target模拟异步提交

时间:2014-09-07 22:36:16      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:http   os   ar   for   sp   html   c   ef   htm   

http://www.w3school.com.cn/tags/att_a_target.asp

w3c中有提到,当target的参数值为framename的时候会提交到指定的ifram中处理。

比如:

<form target="framename" method="post" >

同时在页面中设置一个iframe

<iframe frameborder=‘0‘ name=‘framename‘ scrolling=‘no‘ class=‘hidden‘></iframe>

那么当提交表单的时候会提交到这个iframe中处理。

利用html属性target模拟异步提交

标签:http   os   ar   for   sp   html   c   ef   htm   

原文地址:http://my.oschina.net/u/1777357/blog/311421

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