?? 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 + -