?? login.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>會員登陸</title>
<link href="css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #FFFFCC;
margin-top: 200px;
}
-->
</style></head>
<body>
<form id="form1" name="form1" method="post" action="logiv.asp">
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0" class="c">
<tr>
<th height="30" colspan="3" align="center" bgcolor="#99CC00">會 員 登 陸</th>
</tr>
<tr>
<td width="100" height="30" align="right" bgcolor="#00CCCC">會 員:</td>
<td colspan="2" bgcolor="#00CCCC"><input name="name" type="text" class="biaodang" id="name" /></td>
</tr>
<tr>
<td width="100" height="30" align="right" bgcolor="#00CCCC">密 碼:</td>
<td colspan="2" bgcolor="#00CCCC"><input name="pass" type="password" class="biaodang" id="pass" /></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#00CCCC">驗證碼:</td>
<td width="49" bgcolor="#00CCCC"><input name="pass2" type="text" class="biaodang" id="pass2" size="6" /></td>
<td width="151" bgcolor="#00CCCC"><img src="GetCode.asp" /></td>
</tr>
<tr>
<td height="30" bgcolor="#99CC00"> </td>
<td colspan="2" bgcolor="#99CC00">
<input name="Submit" type="submit" class="biaodang" value="登陸" />
<input name="Submit2" type="reset" class="biaodang" value="重置" /></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -