不使用ajax,无刷新提交表单

<form action="form_action.asp" method="get" onsubmit"check_form()" target="newIframe">
</form>

form表单也有target属性,可以指向到一个iframe。

将iframe提交后通过回调函数进行操作。

posted @ 2013-07-03 11:56  microsoft_kk  阅读(264)  评论(0编辑  收藏  举报