ASP.NET“父页面弹出子页面,子页面在弹出子子页面,怎样实现关闭子子页面刷新父页面”
3个回答
2009-12-16
展开全部
//关闭当前子窗口,刷新父窗口
this.Response.Write("<script>window.opener.location.href=window.opener.location.href;window.close();</script>");
this.Response.Write("<script>window.opener.location.replace(window.opener.document.referrer);window.close();</script>");
this.Response.Write("<script>window.opener.location.href=window.opener.location.href;window.close();</script>");
this.Response.Write("<script>window.opener.location.replace(window.opener.document.referrer);window.close();</script>");
展开全部
如果子页面是父页面通过window.open打开的,则可以在子页面上使用:
ASPX页用:
<script>
window.opener.location.reload();//刷新父页面
window.close();关闭子页面
</script>
如果写在CS中的话用:
Response.Write("<script>window.opener.location.reload();window.close();</script>")
ASPX页用:
<script>
window.opener.location.reload();//刷新父页面
window.close();关闭子页面
</script>
如果写在CS中的话用:
Response.Write("<script>window.opener.location.reload();window.close();</script>")
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
USE TSGL
GO
CREATE VIEW V_SJX
AS
SELECT*
FORM READER
WHRE *='*+*'
WHEE CHECK OPTION
GO
WITH CHECK OPTION子句
GO
CREATE VIEW V_SJX
AS
SELECT*
FORM READER
WHRE *='*+*'
WHEE CHECK OPTION
GO
WITH CHECK OPTION子句
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询