📄 login.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<html>
<head>
<title><%=title%>-用户登陆</title>
<link href="inc_style.css" rel="stylesheet" type="text/css">
</head>
<SCRIPT language=javascript>
<!--
function CheckForm()
{
if(document.thisForm.username.value.length<1)
{
alert("用户名不能为空!");
return false;
}
if(document.thisForm.password.value.length<1)
{
alert("密码不能为空!");
return false;
}
}
//-->
</SCRIPT>
<body topmargin="0" style="background-image: url('')">
<!--#include file=top.asp-->
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="768" height="138">
<tr>
<td width="768" colspan="4" height="1"></td>
</tr>
<tr>
<td width="379" height="137">
<div align="center">
<center>
<table cellSpacing="0" cellPadding="0" width="372" border="0" style="border-collapse: collapse" bordercolor="#111111">
<tr vAlign="top">
<td align="center" height="25" width="31">
<img src="images/point05.gif"></td>
<td align="left" height="25" width="341">您只需<a class="a1" href="reg.asp"><font color="#FF6600">免费注册</font></a>一次,就可以使用我们的VIP服务了。</td>
</tr>
<tr vAlign="top">
<td align="center" height="25" width="31">
<img src="images/point05.gif"></td>
<td align="left" height="25" width="341">若您忘记了密码,<a class="a1" href="getpwd.asp"><font color="#FF6600">可点此找回密码</font></a>。</td>
</tr>
<tr>
<td vAlign="top" align="center" height="25" width="31">
<img src="images/point05.gif"></td>
<td vAlign="top" align="left" height="25" width="341">
在没有特别说明时,我们的服务是<font color="#FF6600">免费的</font>,请放心使用。</td>
</tr>
<tr>
<td vAlign="top" align="center" height="27" width="31">
<img src="images/point05.gif"></td>
<td vAlign="top" align="left" height="27" width="341">VIP服务是使用<font color="#FF6600">虚拟币</font>做为支付手段的,购买<font color="#FF6600">虚拟币</font>后,你可以在本站任何地方进行消费。</td>
</tr>
</table>
</center>
</div>
</td>
<td width="9" height="137" background="images/line_01.gif"> </td>
<td width="373" height="137" align="center">
<table class="font_10_e_blue" style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellSpacing="0" cellPadding="0" width="100" background="images/login_r3_c1.gif" border="0" height="112">
<tr>
<td vAlign="top" width="173" height="23">
<img src="images/mail_login_r1_c1.gif" border="0"></td>
</tr>
<tr>
<td vAlign="top" width="173" background="images/mail_login_r3_c1.gif" height="69">
<table class="font_10_e_black" cellSpacing="0" cellPadding="3" width="98%" align="center" border="0">
<form id="f1" name="thisForm" action="Loginchk.asp" method="post">
<tr>
<td width="48%">
<p align="center"> 登陆帐号:</td>
<td width="52%">
<input class="form_e_10_black" id="username2" maxLength="20" size="10" name="username"></td>
</tr>
<tr>
<td>
<p align="center"> 登陆密码:</td>
<td>
<input type="password" maxLength="32" size="10" value name="password"></td>
</tr>
<tr>
<td>
<p align="center"><font color="#FF0000"><a href="reg.asp">
<font color="#FF0000">[快速注册]</font></a></font></td>
<td>
<input onclick="javascript:return CheckForm();" type="image" src="images/mail_login_r5_c2.gif" border="0" name="I2">
</td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td vAlign="top" width="173" height="3">
<img alt src="images/mail_login_r7_c1.gif" border="0" name="mail_login_r7_c1"></td>
</tr>
<tr>
<td vAlign="top" width="173" bgcolor="#FFFFFF" height="17">
我没有时间,我要[<b><a href="addfree.asp"><font color="#FF0000">快速发布</font></a></b>]</td>
</tr>
</table>
</td>
</tr>
<!--#include file=end.htm-->
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -