标签:
在后台.CS页面中植入下面代码
string url = "<script>alert(‘xxx‘);window.location.href=‘"xxx.html"‘;</script>";Page.ClientScript.RegisterStartupScript(ClientScript.GetType(), "", url);
方可弹出提示窗,并进行页面跳转。
关于.NET .cs后台提示并进行页面跳转代码
原文地址:http://www.cnblogs.com/skml2016/p/5974092.html