chk.asp
上传用户:syzzy1975
上传日期:2022-07-17
资源大小:670k
文件大小:0k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%
  2. if request.cookies(cookieName)("username")="" then
  3. call MsgBox("对不起,您还没有登录!","GoUrl","login.asp")
  4. response.end
  5. end if
  6. %>