后台调用前台的页面打开方法 .net
this.Page.ClientScript.RegisterStartupScript(this.Page.GetType(), "message", "<script language='javascript'>window.open('http://login.aspx?key=" + Key + "')</script>");
this.Page.ClientScript.RegisterStartupScript(this.Page.GetType(), "message", "<script language='javascript'>window.open('http://login.aspx?key=" + Key + "')</script>");