您当前的位置: 首页 > 学无止境 > JS经典实例 网站首页JS经典实例
利用iframe模拟ajax提交
发布时间:2015-11-28 09:41:56编辑:雪饮阅读()
案例如下:
<form id="form1" name="form1" method="post" action="kj.php" target="kj">
<input type="text" name="textfield" id="textfield">
<input type="submit" value="提交"/>
</form>
<iframe id="kj" style="display:none;" name="kj" ></iframe>
目前支持除google以外的任何浏览器。
关键字词:ajax,iframe