📄 logout.asp
字号:
<!--#include file="Connections/connY.asp" -->
<!--#include file="Inc/SetCss.asp" -->
<html>
<head>
<title><%=Forum_Title%></title>
<!--#include file="Inc/Css.asp" -->
<script language=Javascript src="Js/Menu.Js"></script>
<script language=Javascript src="Js/Button.Js"></script>
<script language=Javascript src="Js/Operate.Js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="<%=Forum_ColorList_BgColor%>" vlink="<%=Forum_Css_A_Link_Color%>">
<!--#include file="Inc/Top.asp" -->
<%
Set rsDel = Server.CreateObject("ADODB.Recordset")
Sql = "Select * From tOnlineManage Where rUserID='"&Session("SUserID")&"' And rIp='"&Request.ServerVariables("REMOTE_ADDR")&"'"
rsDel.Open Sql,ConnY,3,3
If Not rsDel.Eof And Not rsDel.Bof Then
rsDel.Delete
End If
rsDel.Close
set rsDel=Nothing
Session.Abandon
%>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td height="20" bgcolor="<%=Forum_ColorList_BgColor%>">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="font">
<tr>
<td> 您所在的位置: <a href="../" onFocus="this.blur()">首页</a> >>
<a href="List.asp" onFocus="this.blur()">讨论组</a> >> <font color="<%=Forum_ColorList_NavFontColor%>">用户退出</font></td>
<td width="150"></td>
<td width="18">
<div align="center"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" class="font" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td height="344" bgcolor="<%=Forum_ColorList_BgColor%>">
<div align="center"><br>
[ <a href="Login.asp" onFocus="this.blur()">重新登录</a> ] [ <a href="#" onClick="closes.Click();" onFocus="this.blur()">退出关闭</a>
] <br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<object id=closes type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
</object><br>
</div>
</td>
</tr>
</table>
<!--#include file="Inc/Bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -