?? login.asp
字號:
<html>
<head>
<title>管理員登錄</title>
<script language=javascript>
function SetFocus()
{
if (document.Login.UserName.value=="")
document.Login.UserName.focus();
else
document.Login.UserName.select();
}
function CheckForm()
{
if(document.Login.UserName.value=="")
{
alert("請輸入用戶名!");
document.Login.UserName.focus();
return false;
}
if(document.Login.Password.value == "")
{
alert("請輸入密碼!");
document.Login.Password.focus();
return false;
}
}
</script>
<link href="../images/style.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="SetFocus();">
<p> </p>
<form name="Login" action="check.asp" method="post" target="_parent" onSubmit="return CheckForm();">
<div align="center">
<center>
<table width="600" border="0" cellpadding="5" cellspacing="0" class="border" style="border-collapse: collapse" bordercolor="#111111" >
<tr class="title">
<td colspan="2" align="center"> <strong>管理員登錄</strong></td>
</tr>
<tr>
<td height="120" colspan="2" class="tdbg">
<table width="250" border="0" cellspacing="8" cellpadding="0" align="center">
<tr>
<td align="right"><span class="boxcontent">用戶名稱</span>:</td>
<td><input name="UserName" type="text" class="TEXTAREA" id="UserName2" size="23" maxlength="20"></td>
</tr>
<tr>
<td align="right"><span class="boxcontent">用戶密碼</span>:</td>
<td><input name="Password" type="password" class="TEXTAREA" size="23" maxlength="20"></td>
</tr>
<tr>
<td colspan="2"> <div align="center">
<input type="submit" name="Submit" value=" 確認 ">
<input name="reset" type="reset" id="reset" value=" 清除 ">
<br>
</div></td>
</tr>
</table>
<p style="line-height: 150%">■ 版權聲明<br>
本軟體為共享軟體(shareware)提供個人網站免費使用,請勿刪除版權聲明,請保留我們的的鏈接。<br>
程序開發:<a target="_blank" href="http://www.freedown.net/">凡人網絡FreeDown.Net</a></td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -