怎么在子窗体刷新父窗口的时候,父窗口的onload不执行
1个回答
展开全部
在父窗体里边写上一个脚本
<script>
function reflash()
{
window.location.href=window.location.href;
}
</script>
在关闭子窗体的脚本写
Response.Write("<script>window.close();window.opener.reflash();window.opener=null;</script>");
之前我就这么做过的,可能脚本的某个地方写错了,你需要测试一下。
<script>
function reflash()
{
window.location.href=window.location.href;
}
</script>
在关闭子窗体的脚本写
Response.Write("<script>window.close();window.opener.reflash();window.opener=null;</script>");
之前我就这么做过的,可能脚本的某个地方写错了,你需要测试一下。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询