//ASP.NET弹出提示点击确定之后再跳转页面的方法//弹出了提示并且通过location.href转到了DeskTop.aspx页面Response.Write("<script>alert('密码修改成功');location.href='DeskTop.aspx';</script>");