六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 181|回复: 0

用iframe实现无刷新提交

[复制链接]

升级  76%

10

主题

10

主题

10

主题

童生

Rank: 1

积分
38
 楼主| 发表于 2013-1-29 08:52:41 | 显示全部楼层 |阅读模式
页面部分
<form id="vote_form" name="vote_form" action="vote.creating.php" method="post" target="vote_frame"></form><script>function bb(v_id,v_owner){ Alert({msg:"<div style='font-size:13px;'>投票发起成功!</div>",title:'提示',flg:10,enter:function(){self.location='vote.my.php'}});  $("#btn_submit_vote").attr("value","发布投票");    $("#btn_submit_vote").removeAttr("disabled"); }</script><iframe id="vote_frame" name="vote_frame" style="display:none" src="test.htm"></iframe>

php处理部分
echo '<script>window.parent.bb('a','b')</script>';

window.open打开的子窗口也可以用window.opener.func()调用父窗口函数实现相互调用
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表