📄 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.admin.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="adminxshjcheck.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=admin 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 + -