⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logoff.asp

📁 online sales system of texttile mill was a project within which there was great opportunity for Lear
💻 ASP
字号:
<!-- #include file="conn.asp" -->

<%
Option Explicit

Dim StrLoginName,ObjRS


IF Session("LoginBuyer") = "" OR Session("LoginUser") = "" Then
Response.Redirect("Default.asp")
END IF

StrLoginName = Session("LoginUser")

Session("LoginBuyer") = ""
Session("LoginUser") = ""

Session.Abandon
%>

<html>
<head>
<title>Online Book Store</title>
<link rel="stylesheet" type="text/css" href="styles/global.css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td colspan="2" height="14"> 
      <div align="center">
        <!-- #INCLUDE FILE="Header.asp" -->
      </div>
    </td>
  </tr>
  <tr> 
    <td colspan="2"> 
      <div align="right"><!-- #INCLUDE FILE="Options.asp" --></div>
    </td>
  </tr>
  <tr> 
    <td width="19%" valign="top"><!-- #INCLUDE FILE="Categories.asp" --></td>
    <td width="81%" valign="top"><!-- #INCLUDE FILE="LogOffScreen.asp" --></td>
  </tr>
  <tr> 
    <td colspan="2"><div align="center"><!-- #INCLUDE FILE="Footer.asp" --></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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