摘要: //关闭,父窗口弹出对话框,子窗口直接关闭this.Response.Write("<script language=javascript>window.close();</script>");//关闭,父窗口和子窗口都不弹出对话框,直接关闭this.Response.Write("<script>");this.Response.Write("{top.ope... 阅读全文
posted @ 2009-06-25 10:58 Blue Sky ...... 阅读(985) 评论(0) 推荐(0) 编辑