标签: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中处理。
标签:http os ar for sp html c ef htm
原文地址:http://my.oschina.net/u/1777357/blog/311421