日期:2014-05-17 浏览次数:20384 次
this.RegisterStartupScript("Awoke", "<script>alert('您目前不能登录此系统!');window.location.href='Login.aspx';</script>");
------解决方案--------------------
Response.Redirect("~/Login.aspx"); 没等到 Response.Write("<script>alert('您目前不能登录此系统!')</script>"); 就直接跳转走了
------解决方案--------------------
this.RegisterStartupScript(this.getType(),"", "alert('您目前不能登录此系统!');window.location.href='Login.aspx';",true);