怎样实现在关闭子页面的同时让父页面自动刷新一次!
怎样实现在关闭子页面的同时让父页面自动刷新一次!子页面是从父页面弹出来的新窗口!请问你说的子窗口取父窗口是什么意思?是父窗口的名称吗?举例说明吧!...
怎样实现在关闭子页面的同时让父页面自动刷新一次!
子页面是从父页面弹出来的新窗口!
请问你说的子窗口取父窗口是什么意思?
是父窗口的名称吗?举例说明吧! 展开
子页面是从父页面弹出来的新窗口!
请问你说的子窗口取父窗口是什么意思?
是父窗口的名称吗?举例说明吧! 展开
1个回答
展开全部
<script>
function op(){
newopen=window.open("post.php","0","0");
setInterval('wen()',10);
}
function wen(){
if(newopen.closed){
window.location.reload();
}
}
</script>
<span style="CURSOR: hand" onclick='op()'><IMG SRC="img/post.gif" WIDTH="40" HEIGHT="20" BORDER=0 ALT="填写新的留言"></span>
关闭子窗口自动刷新父窗口
子窗口取父窗口: opener.xxxxxxxxxxxxxxx
父窗口取子窗口:window名.xxxxxxxxxxx 其中window名=window.open('index.htm')
function op(){
newopen=window.open("post.php","0","0");
setInterval('wen()',10);
}
function wen(){
if(newopen.closed){
window.location.reload();
}
}
</script>
<span style="CURSOR: hand" onclick='op()'><IMG SRC="img/post.gif" WIDTH="40" HEIGHT="20" BORDER=0 ALT="填写新的留言"></span>
关闭子窗口自动刷新父窗口
子窗口取父窗口: opener.xxxxxxxxxxxxxxx
父窗口取子窗口:window名.xxxxxxxxxxx 其中window名=window.open('index.htm')
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询