<html>
<head>
<title>login</title>
<meta http-equiv="Content-Type" content="textml; charset=gbk">
<style type="text/css">
input {
font-family:"黑体";
alien:center;
font-size:"小四";
color:"red";
font-style:italic;
}
</style>
<script type="text/javascript">
function check_name(){
if (myform.use.value == "") {
alert("请填写您的用户名!");
myform.use.focus();
return false;
}
else if(myform.use.value.length<2 || myform.use.value.length>20){
alert("用户名的长度必须在2-20之间!");
myform.use.focus();
return false ;
}
else if(myform.use.value == "11111111" && myform.password.value == "33333333"){
window.location.href="lx2_1.jsp";
}
else {
alert("密码错误");
}
}
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
<!-- Save for Web Slices (login.jpg) -->
<form name="myform" method="post" action="">
<table id="__01" width="1001" height="581" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="8">
<img src="images/login_01.gif" width="1000" height="229"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="229" alt=""></td>
</tr>
<tr>
<td rowspan="11">
<img src="images/login_02.gif" width="712" height="351"
alt=""></td>
<td colspan="5" width="169" height="19">
<input type="text" name="use"></td>
<td rowspan="11">
<img src="images/login_04.gif" width="117" height="351"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="20" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="images/login_05.gif" width="171" height="16"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="16" alt=""></td>
</tr>
<tr>
<td colspan="7" width="171" height="22">
<input type="text" name="password"> </td>
<td>
<img src="images/分隔符.gif" width="1"
height="20" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="images/login_07.gif" width="171" height="15"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="15" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/login_08.gif" width="54" height="18"
alt=""></td>
<td colspan="4" rowspan="4">
<img src="images/login_09.gif" width="117" height="58"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/login_10.gif" width="54" height="15"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="15" alt=""></td>
</tr>
<tr>
<td>
<img src="images/login_11.gif" width="15" height="12"
alt=""></td>
<td rowspan="2">
<img src="images/login_12.gif" width="39" height="25"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="12" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<img src="images/login_13.gif" width="15" height="235"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="13" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<img src="images/login_14.gif" width="51" height="19" alt=""
onClick="check_name()"></td>
<td rowspan="3">
<img src="images/login_15.gif" width="15" height="222"
alt=""></td>
<td>
<img src="images/login_16.gif" width="45" height="14" alt=""
onClick="document.myform.reset()"></td>
<td rowspan="3">
<img src="images/login_17.gif" width="45" height="222"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="14" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/login_18.gif" width="45" height="208"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="13" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/login_19.gif" width="51" height="195"
alt=""></td>
<td>
<img src="images/分隔符.gif" width="1"
height="195" alt=""></td>
</tr>
<tr>
<td>
<img src="images/分隔符.gif" width="712"
height="1" alt=""></td>
<td>
<img src="images/分隔符.gif" width="15"
height="1" alt=""></td>
<td>
<img src="images/分隔符.gif" width="39"
height="1" alt=""></td>
<td>
<img src="images/分隔符.gif" width="12"
height="1" alt=""></td>
<td>
<img src="images/分隔符.gif" width="15"
height="1" alt=""></td>
<td>
<img src="images/分隔符.gif" width="45"
height="1" alt=""></td>
<td>
<img src="images/分隔符.gif" width="45"
height="1" alt=""></td>
<td>
<img src="images/分隔符.gif" width="117"
height="1" alt=""></td>
<td></td>
</tr>
</table>
</form>
<!-- End Save for Web Slices -->
</body>
</html>