📄 login.asp
字号:
<%
if request("action")="loginout" then
response.buffer=true
response.expires=0
Response.Cookies("username")=""
session("canuse")=""
Response.write "<script>alert('已经成功退出!');top.location.href='index.asp'</script>"
end if
%>
<!--#include file="top.asp"-->
<table width="770" height="200" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="border">
<tr>
<td valign="top">
<table align="center" background="images/line01.gif" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="24" width="55%"> <img height="12" src="images/arrow.gif" width="12"> 当前位置:<a href="index.asp" title="联盟首页"><%=site%></a>
-> 用户登录</td>
<td height="21" width="45%"> </td>
</tr>
</table>
<br>
<table align="center" border="0" bordercolor="#000000" cellpadding="0" cellspacing="0" width="506">
<tr>
<td background="images/bar_bg.gif" width="88"><img src="images/bar_left.gif" width="29" height="24" border="0"></td>
<td background="images/bar_bg.gif" width="388"><strong>用户登录</strong></td>
<td width="24"><img border="0" src="images/bar_right2.gif"></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<td height="25" align="center"><%call ShowUserLogin()%></td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="copyright.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -