haitao:
嗯,可以输入了(可能是后面那对div起了作用)!不过白边还是存在。。。。。。
[阅读: 738] 2009-01-09 09:19:02
<body bgcolor="#FFFFFF" text="#000000" onLoad="javascript:form1.PersonID.focus();" margin=0 padding=0 >
<div style="height: 100%; width: 100%; z-index: -1; position: absolute; top: 0; left: 0;">
<img src="front.jpg" height="100%" width="100%" />
</div>
<div>
<table height=100% width=100%><tr height=30%><td></td></tr><tr height=* align=center><td>
<form name="form1" method="post" action="login.asp" onSubmit="return check()">
<div align="center">
<p>工牌号:
<input type="text" name="PersonID" maxlength="3" size="10">
密 码:
<input type="password" name="password" size="10" maxlength="12">
<input type=submit name=submit1 value="进入">
</p>
</div>
</form>
<div align="center" style="font-size:16px;" ><img src="image/skx_jt4.gif" height="20" width="20">
<a href="http://mail.xxxxxx.com" style="color:#0000FF" target="_blank" title="用户名:YourName;密码:YourPassWord">进入邮箱</a></div>
</td></tr>
</table>
</div>
</body>