asp.net 跳转网页
Page.ClientScript.RegisterStartupScript(this.GetType(), "", "alert('密码修改成功,请重新登陆');window.top.location.href='login.aspx '", true);
作者:望月狼
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
Page.ClientScript.RegisterStartupScript(this.GetType(), "", "alert('密码修改成功,请重新登陆');window.top.location.href='login.aspx '", true);