admin_logout.asp

来自「旅游管理系统 用ASP+SQL 2」· ASP 代码 · 共 38 行

ASP
38
字号
<html>
<head>
<meta name=vs_targetSchema content="HTML 4.0">
<title>管理退出</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/css1.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" style="background-color: #999999" text="#000000" topmargin="5">
<%
Session.Abandon
Response.Cookies ("admin")("username")=""
response.Cookies ("admin")("password")=""
%>
<script language =vbscript >
sub go
window.location ="index.asp"
end sub
ss=settimeout("go",2000)
</script>
<!--#include file="includefile/shoubu.asp" -->
<br>
<table width="377" border="0" cellspacing="0" cellpadding="0" align="center" class="shizhou" bgcolor="#EFEFEF">
  <tr> 
    <td height="50" align="center">请等待,系统正在清除管理员所留下的Cookies......</td>
  </tr>
  <tr> 
    <td height="28" align="center">清除完毕后自动转向到<a href="index.asp">预订首页</a></td>
  </tr>
  <tr>
    <td height="28" align="center"><font color="#FF0000">如果您在公共场所使用,请务必这样退出。</font></td>
  </tr>
</table>
<br>
<!--#include file="includefile/weibu.asp" -->
</body>
</html>

⌨️ 快捷键说明

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