📄 loginindex.jsp~6~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<HTML><HEAD>
<TITLE>用户验证</TITLE>
<STYLE TYPE=text/css>
body,td,input{font-size:12px}
.p1{font-size:12px;color:black}
.p2{font-size:12px;color:black;line-height:160%}
.p3{font-size:12px;color:black;line-height:200%}
.p4{font-size:14px;color:black}
.p5{font-size:14px;color:black;line-height:160%}
.p6{font-size:14px;color:black;line-height:150%}
.p7{font-size:14px;color:black;line-height:250%}
a:link{font-size:12px;color:0000CB;text-decoration:underline;line-height:160%}
a:visited{font-size:12px;color:0000CB;text-decoration:underline;line-height:160%}
a:hover{font-size:12px;color:0000CB;text-decoration:none;line-height:160%}
a.asb:link{font-size:12px;color:2C5AA8;text-decoration:none}
a.asb:visited{font-size:12px;color:2C5AA8;text-decoration:none}
a.asb:hover{font-size:12px;color:2C5AA8;text-decoration:underline}
a.aa:link{font-size:12px;color:2988FD;text-decoration:underline;line-height:140%}
a.aa:visited{font-size:12px;color:2988FD;text-decoration:underline;line-height:140%}
a.aa:hover{font-size:12px;color:2988FD;text-decoration:none;line-height:140%}
a.agray:link{font-size:12px;color:69696A;font-weight:bolder;text-decoration:none;line-height:180%}
a.agray:visited{font-size:12px;color:69696A;font-weight:bolder;text-decoration:none;line-height:180%}
a.agray:hover{font-size:12px;color:69696A;font-weight:bolder;text-decoration:underline;line-height:180%}
a.ab:link{font-size:14px;color:0000CB;text-decoration:underline;line-height:240%}
a.ab:visited{font-size:14px;color:0000CB;text-decoration:underline;line-height:240%}
a.ab:hover{font-size:14px;color:0000CB;text-decoration:none;line-height:240%}
a.ared:link{font-size:12px;color:red;text-decoration:underline;line-height:160%}
a.ared:visited{font-size:12px;color:red;text-decoration:underline;line-height:160%}
a.ared:hover{font-size:12px;color:red;text-decoration:none;line-height:160%}
a.abb:link{font-size:12px;color:blue;text-decoration:underline;line-height:160%}
a.abb:visited{font-size:12px;color:blue;text-decoration:underline;line-height:160%}
a.abb:hover{font-size:12px;color:blue;text-decoration:none;line-height:160%}
a.ablue:link{font-size:14px;color:0000FF;text-decoration:underline;line-height:180%}
a.ablue:visited{font-size:14px;color:0000FF;text-decoration:underline;line-height:180%}
a.ablue:hover{font-size:14px;color:0000FF;text-decoration:none;line-height:180%}
a.ablueb:link{font-size:14px;color:0000FF;font-weight:bolder;text-decoration:underline;line-height:200%}
a.ablueb:visited{font-size:14px;color:0000FF;font-weight:bolder;text-decoration:underline;line-height:200%}
a.ablueb:hover{font-size:14px;color:0000FF;font-weight:bolder;text-decoration:none;line-height:200%}
a.aredb:link{font-size:14px;color:red;font-weight:bolder;text-decoration:underline;line-height:200%}
a.aredb:visited{font-size:14px;color:red;font-weight:bolder;text-decoration:underline;line-height:200%}
a.aredb:hover{font-size:14px;color:red;font-weight:bolder;text-decoration:none;line-height:200%}
.inputa{FONT-WEIGHT: normal;
MARGIN: 1px 0px 0px 0px;
PADDING-BOTTOM: 2px;
PADDING-LEFT: 3px;
PADDING-RIGHT: 3px;
PADDING-TOP: 1px;
height: 20px;
border: 1px outset #E7E7E7;
line-height: 15px;font-size:12px;color:000000;background-color:#E7E7E7}
.inputb{FONT-WEIGHT: normal;
MARGIN: 1px 0px 0px 0px;
PADDING-BOTTOM: 2px;
PADDING-LEFT: 3px;
PADDING-RIGHT: 3px;
PADDING-TOP: 1px;
height: 20px;
border: 1px outset #DBD9D9;
line-height: 15px;font-size:12px;color:0315FC;background-color:#DBD9D9}
.ibox {font-size:12px; color:022488;height:21px;border-left:solid 1px #022488;border-top:solid 1px #022488;border-right:solid 1px;border-bottom:solid 1px #022488;background:white;}
.bbox {font-size:12px; color:022488;height:21px;border-left:solid 1px #1771DE;border-top:solid 1px #1771DE;border-right:solid 1px #1771DE;border-bottom:solid 1px #1771DE;background:white;}
</STYLE>
</HEAD>
<script language="JavaScript">
<!--
function checkdata() {
if( form.username.value.length<1 || form.username.value.length>18 ) {
alert("\请输入正确的网易通行证用户名 !!")
return false;
}
if( form.password.value.length<1 || form.password.value.length>16 ) {
alert("\请您输入正确的登录密码 !!")
return false;
}
}
// -->
</script>
<body leftmargin=0 topmargin="0" marginwidth="0" marginheight="0" align=center>
<TABLE cellSpacing=0 cellPadding=0 width=505 border=0 align=center>
<tr>
<td height=42 valign=bottom align=right></td>
</tr>
<tr>
<td height=1 bgcolor=4497FC></td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=505 border=0 align=center>
<tr>
<td bgcolor=4497FC width=1></td>
<td bgcolor=F4F8FE width=503 valign=top>
<TABLE cellSpacing=0 cellPadding=0 width=503 border=0 align=center>
<tr>
<td align=right><A HREF="/urshelp1.shtml" class=abb target=blank><li>帮助中心</li></A> <BR></td>
</tr>
<tr>
<td align=left> <BR></td>
</tr>
<tr><td align=center>
<br><br>
<font color=#A0070F><b>对不起,您的密码不正确!</b></font><br>
</td></tr>
</table>
<FORM action="reg.jsp" method=post name=form onSubmit="return checkdata()">
<input type=hidden name=url value="">
<TABLE cellSpacing=0 cellPadding=0 width=212 border=0 align=center>
<tr>
<td class=p2 align=right height=30><FONT color=065EC8>用户名:</FONT></td>
<td><INPUT name=name type=text size=15 maxLength=18 class=bbox></td>
</tr>
<tr>
<td class=p2 align=right height=30 width=90><FONT color=1771DE>密 码:</FONT></td>
<td><input name=password type=password size=15 maxlength=16 class=bbox></td>
</tr>
<tr>
<td class=p2 align=right height=30 ><font color="1771DE">用户类型:</font></td>
<td><select name="usertype" id="usertype">
<option value="0">个人用户</option>
<option value="1" selected>企业用户</option>
</select></td>
</tr>
<tr>
<td height=40 align=center colspan=2><INPUT name="submit" type=submit value="登 录" class=inputb>
<INPUT name=help onclick='window.location="/Service.shtml"' type=button value="申 请" class=inputa>
<br>
<br>
<font color=#990000> <a HREF="/RecoverPasswd1.shtml" class=abb target=_blank>忘记密码?</a>
<a HREF="/urshelp3.shtml" class=abb target=_blank>修复帮助</a> </font>
</td>
</tr>
</table>
</form>
<TABLE cellSpacing=0 cellPadding=0 width=503 border=0 align=center>
<tr>
<td class=p2 colspan=2><FONT color=555555> </font> </td>
</tr>
<tr><td height=5 align=center></td></tr>
<tr>
<td height=50 align=center> </td>
</tr>
</table>
</td>
<td bgcolor=4497FC width=1></td>
</tr>
<tr>
<td height=1 bgcolor=4497FC colspan=3></td>
</tr>
</table>
<table border=0 width=85% cellspacing=0 cellpadding=5 align=center>
<tr>
<td align=center class=p2><br>
公司版权所有 <font color=red>©1997-2006 </font></td>
</tr>
</table>
<noscript>
</noscript>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -