📄 logout.asp
字号:
<!--#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -