ASP.NET弹出提示点击确定之后再跳转页面的方法

  1. //ASP.NET弹出提示点击确定之后再跳转页面的方法
  2. //弹出了提示并且通过location.href转到了DeskTop.aspx页面
  3. Response.Write("<script>alert('密码修改成功');location.href='DeskTop.aspx';</script>"); 
原文地址:https://www.cnblogs.com/ganmk/p/1375321.html