?? getpwd.asp
字號:
<html><head><title>取回密碼</title>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
<script language="javascript">
<!--
function form1_onsubmit() {
if (document.form1.username.value=="")
{
alert("用戶名都不填,怎么能找回您的密碼呢?")
document.form1.username.focus()
return false
}
}
// --></script>
</head>
<body topmargin="20" leftmargin="0" oncontextmenu="self.event.returnValue=false">
<form method="POST" name="form1" language="javascript" onsubmit="return form1_onsubmit()" action="getpwd2.asp">
<table border="0" cellpadding="10" cellspacing="1" width="400" bgcolor="#cccccc" style="border-collapse: collapse" align="center">
<TR><TD bgColor=#ffffff height=1></TD></TR>
<TR><TD align=center height=30>第一步:填寫您的用戶名。</TD></TR>
<tr bgcolor="#ffffff">
<td height="100">
<table border="0" cellpadding="0" width="100%" cellspacing="0">
<tr>
<td width="100%" height="22">忘記密碼?請在這里添入您的用戶名!
</td>
</tr>
<tr>
<td width="100%">
<input class="wenbenkuang" type="text" name="username" size="18">
<input class="go-wenbenkuang" name="imageField" type="submit" value=" 下一步 " onFocus="this.blur()">
</td>
</tr>
</table>
<p align="center"><a href="javascript:window.close()" class="1">關閉窗口</a></p>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -