📄 login.asp
字号:
<!--#include file="top.asp"-->
<%
if request("action")="loginout" then
conn.Execute("Delete FROM online where username='"&Request.Cookies("9cool_username")&"'")
response.buffer=true
response.expires=0
Response.Cookies("9cool_username")=""
Response.Cookies("9cool_password")=""
Response.Cookies("canuse")=""
Response.redirect "index.asp"
end if
%>
<!--###############################################################################################-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="tableborder">
<tr>
<td height="22" bgcolor="#EFEFEF"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="4%" align="center"><img src="images/class_ar.gif" width="13" height="13"></td>
<td width="74%">您当前的位置:<A href="<%=siteurl%>"><%=site%></A> -> 用户登录</td>
<td width="22%" align="center"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="1" bgcolor="D9D9D9"></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="tableborder">
<tr valign="top">
<td align="center">
<br><br>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25"><font color=#3795D2><b>用户登录</b></font></td>
</tr>
</table>
<table width=526 border=0 align="center" cellpadding=0 cellspacing=0>
<tr bgcolor="#3795d2">
<td height="25" valign="top" bgcolor="#3795d2"> <img src="images/user_login_01.gif" alt="" width=69 height=20></td>
<td align="right" valign="top"> <img src="images/user_login_02.gif" width=4 height=4 alt=""></td>
</tr>
<tr>
<td width=526 height=1 colspan=2 bgcolor=#f8f6f5></td>
</tr>
<tr>
<td width=344 height=158 bgcolor=#f8f6f5>
<%call ShowUserLogin()%></td>
<td> <img src="images/user_login_03.gif" width=182 height=158 alt=""></td>
</tr>
<tr bgcolor="#3795d2">
<td height="8" valign="bottom"> <img src="images/user_login_04.gif" alt="" width=4 height=4></td>
<td align="right" valign="bottom"> <img src="images/user_login_05.gif" width=4 height=4 alt=""></td>
</tr>
</table>
<br><br>
</td>
</tr>
</table>
<!-- 页面底部开始 -->
<!--#include file="links.asp"-->
<!--#include file="bottom.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -