login.asp
来自「该程序可应用于小学教学软件」· ASP 代码 · 共 28 行
ASP
28 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>管理员登陆</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<form name="form1" method="post" action="manage.asp">
<p> </p>
<p> </p>
<table width="45%" height="127" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#000000" class="xiao">
<tr>
<td height="31" valign="middle" bgcolor="#0066CC" class="xiao">
<div align="center"><strong><font color="#FFFFFF">管理员登陆(admin)</font> <a href="index.asp"><font color="#FFFFFF">[返回]</font></a></strong></div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="center">口令:
<input name="password" type="password" class="fieldline" id="password">
<input type="submit" name="Submit" value="登 陆">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?