<html>
<head>
<title>
一个登陆窗口
</title>
</head>
<body onLoad="checkCookie()">
<table background="47.jpg" align="center" width="1000" heigh="400">
<tr>
<td align="center" >
</br>
</br>
<form>
姓名:
<input type="text" name="NAME"/>
账号:
<input type="text" name="number"/>
密码:
<input type="password" name="pass"/>
</br>
</br>
<button type="submit">提交</button>
<button type="reset">重置</button>
</form>
</td>
</tr>
</table>
</body>
</html>