logout.asp

来自「这个论坛也不错.适合做毕业设计的」· ASP 代码 · 共 20 行

ASP
20
字号
<!--#INCLUDE FILE="config.asp" -->
<%
Response.Cookies("User")("Name")=  ""
Response.Cookies("User")("Pword")= ""
%>
<html>
<head>
<title><%=SFTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="styles.css" -->
</head>
<body>
<br><br><br>
<table align="center" bgcolor=<%=TableColor%> border="0" width=360 cellspacing="1" cellpadding="3" class="sft">
  <tr><td bgcolor=<%=CellColor1%> align="center">
已经清除了您的登录信息<br><br>单击<a href="index.asp">这里</a>返回论坛首页      
    </td>
  </tr>
</table>
</body></html>

⌨️ 快捷键说明

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