if (User.Identity.Name=="luqs")
            {
                Response.Write("<script language=JavaScript>;parent.location.href='userError.aspx';</script>");
                Response.End();

            }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
  • 2022-01-01
  • 2021-06-17
  • 2022-01-04
猜你喜欢
  • 2021-12-06
  • 2021-11-24
  • 2021-11-29
相关资源
相似解决方案