当前位置:编程学习 > C#/ASP.NET >>

怎么在子窗体中刷新父窗体?

谢谢了啊! --------------------编程问答-------------------- iframe窗
<script>window.parent.location.href = window.parent.location.href;</script>
新打开窗
<script>window.opener.lcoation.href=window.opener.lcoation.href;</script> --------------------编程问答-------------------- http://topic.csdn.net/t/20040716/16/3181727.html
看看 --------------------编程问答-------------------- window.opener.location.href=window.opener.location.href; --------------------编程问答--------------------       window.opener.location.reload();这个方法在易做图父窗口的时候,在有些IE浏览器(比如安全设置高)的情况下,会弹出一个确认对话框,提示是不是要重新再刷新一次页面,这可是比较郁闷的事情哦,我后来把这个方法替换成了window.opener.location.href=window.opener.location.href;
就不会出现那样的问题了。

 

       window.opener其实是指本窗口的父窗口,比如,one.jsp 通过popupwindow打开了two.jsp,哪么在two.jsp里面的window.opener就是指one.jsp,所以在two.jsp里面完全可以用window.opener调用任何一个one.jsp里面的方法,实现one.jsp和two.jsp的交互。
--------------------编程问答-------------------- window.opener
或者是模式窗口都可以做到
自己google下 --------------------编程问答-------------------- jquery
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,