?? login.htm
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="”keywords”" content="”新世紀影院VOD影視播放程序出售”">
<meta name="”description”" content="”新世紀影院VOD影視(商業版)出售”">
<title>新世紀影院</title>
<link rel="stylesheet" type="text/css" href="css/css.css">
<script language="vbscript">
sub check()
if login.username.value=empty then
alert "錯誤,請輸入用戶名!"
exit sub
end if
if login.password.value=empty then
alert "錯誤,請輸入你的密碼!"
exit sub
end if
login.submit
end sub
</script>
</head>
<body topmargin="50" leftmargin="0" bgcolor="#FF9900">
<div align="center">
<center>
<form name="login" method="post" action="userpass1.asp">
<table border="0" cellpadding="0" cellspacing="1" width="184">
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" colspan="2" width="182">用戶登陸</td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="51">用戶名</td>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="129"><input type=text name=username size=15 class="inputs"></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="51">密
碼</td>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="129"><input type=password name=password size=15 class="inputs"></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="180" colspan="2"><input type=button onclick="check" name=b1 value="登陸">
<input type=reset name=b2 value="重置"> </td>
</tr>
</table>
</form>
</center>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -