guanli.asp
来自「我的小网站个人利用业余时间设计的」· ASP 代码 · 共 43 行
ASP
43 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>系统登陆</title>
<link id="style_sheet" href="netsuper.css" type="text/css" rel="stylesheet">
<style type="text/css">
input.a{width:120;height:19;border:1pt solid #666666;}
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" background="image/back.gif" bgcolor="#FFFFFF">
<tr>
<td align="center">
<form name="loginform" method="post" action="checkadmin.asp">
<table width="355" height="145" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border:1pt solid #666666;">
<tr align="right" bgcolor="#5c599d">
<td width="133" height="36">用户名:</td>
<td width="100" height="36"><input type="text" name="supername" size="15" class=a></td>
</tr>
<tr align="right" bgcolor="#5c599d">
<td height="36" width="133">密 码:</td>
<td height="36" width="100"><input type="password" name="superpass" size="15" class=a></td>
</tr>
<tr align="right" bgcolor="#5c599d">
<td height="36" colspan="2" align="center"><input type="submit" value="提交" onclick="return jscheck();"> <input type="reset" value="重置"></td>
</tr>
</form>
<script language="javascript">
function jscheck()
{
return true;
}
</script>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?