?? login.html
字號(hào):
<%@language=vbscript codepage=936 %>
<!--#include file="Connections/conn.asp" -->
<html>
<head>
<title>用戶登錄</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style></head>
<body>
<p> </p>
<p> </p>
<p> </p>
<form name="Login" action="denglu.asp" method="POST">
<table width="47%" border="0" cellspacing="8" cellpadding="0" align="center" background="image/1.png">
<tr align="center">
<td height="38" colspan="2" class="style1"><font color="#FFFFFF"><strong>用戶登錄</strong></font> </td>
</tr>
<tr>
<td align="right"><div align="right"><font color="#FFFFFF">用戶名稱:</font></div></td>
<td>
<div align="center">
<input name="UserName" type="text" id="UserName4" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#8898E0';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); ">
</div></td>
</tr>
<tr>
<td align="right"><div align="right"><font color="#FFFFFF">用戶密碼:</font></div></td>
<td><div align="center">
<input name="Password" type="password" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#8898E0';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); ">
</div></td>
</tr>
<tr>
<td colspan="2"> <div align="center">
<input name="Register" type="button" id="Register" value="注 冊(cè)" onClick="location.href ='Register.asp'">
<input name="Login" type="submit" id="Login" value="登 錄">
<br>
</div></td>
</tr>
</table>
<p align="center"> </p>
</form>
</body>
</html>
<script language=javascript ></script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -