📄 login.asp
字号:
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Content-Language content=gb2312>
<style type="text/css">
<!--
.STYLE3 {
font-size: x-large;
color: #0066CC;
}
.STYLE4 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: large;
}
.STYLE5 {font-size: medium}
.STYLE6 {font-family: Arial, Helvetica, sans-serif}
.STYLE7 {color: #50E2C5}
.STYLE8 {color: #1DB194}
.STYLE10 {font-size: medium; color: #9966CC; }
.STYLE11 {font-size: small}
-->
</style>
<% if session("user_name")<>"" then
Response.redirect("jiaoliu.asp")
else
%>
<div id="apDiv1" style="position:absolute; width:256px; height:189px; z-index:1; left: 334px; top: 94px; background-color: #DFEAC8; layer-background-color: #DFEAC8; border: 1px none #000000;">
<table width="253" valign="center" border="0" align="center" bordercolor="#3399CC">
<tr>
<td width="100%"><div align="center" class="STYLE7"><span class="STYLE8">〓〓〓〓〓</span><span class="STYLE10">留言登陆</span><span class="STYLE8">〓〓〓〓〓</span></div> </td></tr>
</table>
<form action="checklogin.asp" method="post" name="form1" target="_self" id="1" >
<table width="253" border="1" bordercolor="#3399CC">
<tr>
<td width="118" height="46" bgcolor="#00CC99"> <div align="center" class="STYLE6"><span class="STYLE5">登 录 名</span> </div></td>
<td width="119" bgcolor="#3399CC">
<div align="center">
<input name="name" type="text" class="STYLE5" id="2" size="12" maxlength="12" />
</div></td>
</tr>
<tr>
<td height="44" bgcolor="#00CC99"><div align="center" class="STYLE5">密 码</div></td>
<td width="119" bgcolor="#3399CC">
<div align="center">
<input name="psw" type="password" class="STYLE5" id="3" size="12" maxlength="12" />
</div></td>
</tr>
<tr>
<td height="40" bgcolor="#9999CC">
<div align="center" class="STYLE3">
<div align="center"><a href="jiaoliu.asp" class="STYLE4 STYLE5"><span class="STYLE11">◆游客留言◆</span> </a></div>
</div>
</td>
<td bgcolor="#3399cc">
<div align="center">
<!-- <a href="reg.asp" class="STYLE11">◆注册◆</a>-->
<input type="button" class="STYLE11" value="注 册" onClick="window.open('reg.asp')"/>
<input type="submit" class="STYLE11" value="登 录" />
</div>
</td>
</tr>
</table>
</form>
</div>
<% end if %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -