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