cookies.asp

来自「后台管理系统」· ASP 代码 · 共 9 行

ASP
9
字号
<% 
if request.Cookies("username")="" then
response.write("<script>window.alert('您还没有登录或登录超时!');window.open('index.htm','_top')</script>")
end if
if session("flag")=false then
response.write("<script>window.alert('您还没有登录或登录超时!');window.open('index.htm','_top')</script>")
end if 
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?