index.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:0k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%
  2. '***************ASPSecurity 首页跳转*********************
  3. ' Copyright 2006
  4. ' Create:2006-4-20
  5. ' Update:2006-4-20
  6. '********************************************************
  7. if Session("ASPS") <> 1 then
  8. response.Redirect("../login.asp")
  9. else
  10. response.Redirect("../admin_index.asp")
  11. end if
  12. %>