index.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:0k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%
- '***************ASPSecurity 首页跳转*********************
- ' Copyright 2006
- ' Create:2006-4-20
- ' Update:2006-4-20
- '********************************************************
- if Session("ASPS") <> 1 then
- response.Redirect("../login.asp")
- else
- response.Redirect("../admin_index.asp")
- end if
- %>