JS弹出窗口的运用与技巧
摘要:
//关闭,父窗口弹出对话框,子窗口直接关闭this.Response.Write("<script language=javascript>window.close();</script>");//关闭,父窗口和子窗口都不弹出对话框,直接关闭this.Response.Write("<script>");this.Response.Write("{top.opener =null;top.close();}");this.Response.Write("</script>&qu 阅读全文
posted @ 2011-06-16 17:36 IT凡人 阅读(222) 评论(0) 推荐(0)
浙公网安备 33010602011771号