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

//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);//跳转后再返回

原文地址:https://www.cnblogs.com/skyay/p/4131672.html