在线等,iframe问题
我有一个页面
左边是iframe我要如何才能使得单击iframe里面的退出按钮时关闭页面,打开新窗口
我用Response.Write("<script>window.close();window.opener=null;window.open('login.aspx');</script>");这个不行,不会关闭,只能打开新页面
[解决办法]
top.close();
发布时间: 2012-02-12 17:16:34 作者: rapoo
在线等,iframe问题
我有一个页面
左边是iframe我要如何才能使得单击iframe里面的退出按钮时关闭页面,打开新窗口
我用Response.Write("<script>window.close();window.opener=null;window.open('login.aspx');</script>");这个不行,不会关闭,只能打开新页面
[解决办法]
top.close();