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

怎么实现iframe刷新父页面的问题

 
Response.Write("<script language='javascript'>document.parentWindow.parent.document.location.reload();</script>");

然后会显示图片上的问题

怎么才能不显示 --------------------编程问答-------------------- 你是要不刷新父页面么 --------------------编程问答-------------------- Response.Write("<script>opener.location.href=opener.location.href;</script>")
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,