alert('欢迎光临!');";" /> alert('欢迎光临!');"; - 秒客网" />

//string scriptstrs = "";

时间:2023-03-08 19:57:44

//string scriptstrs = "<script>alert('欢迎光临!');</script>";

//if (!Page.ClientScript.IsStartupScriptRegistered(this.GetType(), "welcome"))
//{

// Page.ClientScript.RegisterStartupScript(this.GetType(), "welcome", scriptstrs);
//}

//string aa = string.Format("<script language=javascript>window.open('Sound.html')</script>");
//Response.Write(aa);

//Response.Write("<script language='javascript'>window.open('Sound.html');</script>");
//Server.Transfer("Sound.html", true);//直接跳转
//Server.Execute("Sound.html", true);//跳转后再返回