?? login.asp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>圖書信息管理網(wǎng)站</title>
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
<!--
table {
font-size: 9pt;
text-decoration: none;
border: 1px solid #000000;
}
-->
</style>
</head>
<body>
<form name="form1" method="post" action="logincheck.asp">
<table width="398" border="0" align="center" cellpadding="3" cellspacing="0">
<tr align="center" bgcolor="#006699">
<td height="20" colspan="2"><font color="#FFFFFF">圖書信息管理網(wǎng)站登錄</font></td>
</tr>
<tr>
<td width="143" align="right">帳號:</td>
<td width="241"><input name="admin" class="EdtText" size="20" type="text" id="admin" value=""></td>
</tr>
<tr>
<td align="right">密碼:</td>
<td><input name="pw" type="password" size="21" class="EdtText" id="pw"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="submit" class="FormText" name="Submit" value="提交">
<input type="reset" name="Submit2" class="FormText" value="重置"></td>
</tr>
<tr align="center">
<td colspan="2">測試帳號:admin 密碼:admin</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -