⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 统管理:初始设置
💻 ASP
字号:
<!--#include file="ction.asp"-->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<link href="style/style.css" rel="stylesheet" type="text/css">
</head>
<script language="JavaScript">
<!--
function form_onsubmit() {
if (document.form.username.value=="")
	{
	  alert("请填写管理员帐号...")
	  document.form.username.focus()
	  return false
	 }
if (document.form.password.value=="")
	{
	  alert("请填写管理员密码...")
	  document.form.password.focus()
	  return false
	 }
if (document.form.verifycode.value=="")
	{
	  alert("请填写登陆验证编码...")
	  document.form.verifycode.focus()
	  return false
	 }
}
// -->
</script>
<body topmargin="50" leftmargin="0">
<div align="center"><center>
<form name=form method=post action="chkLogin.asp" onSubmit="return form_onsubmit()">
  <table border="0" cellpadding="0" cellspacing="0" width="300">
          <tr>
            <td width="300" bgcolor="#555555" align="center" height="25" valign="middle" colSpan=2><b><font color="#FFFFFF">管理员登陆系统</font></b></td>
          </tr>
          <tr>
            <td width="50" bgcolor="#F8F8F8" height="30" valign="middle"></td>
            <td width="250" bgcolor="#F8F8F8" height="30" valign="middle">管理员帐号:<input class=input type="text" size="15" name="username"></td>
          </tr>
          <tr>
            <td width="50" bgcolor="#F8F8F8" height="30" valign="middle"></td>
            <td width="250" bgcolor="#F8F8F8" height="30" valign="middle">管理员密码:<input class=input type="password" size="15" name="password"></td>
          </tr>
          <tr>
            <td width="50" bgcolor="#F8F8F8" height="30" valign="middle"></td>
            <td width="250" bgcolor="#F8F8F8" height="30" valign="middle">登陆验证码:<input class=input type="text" name="verifycode" maxLength=4 size="6"> <%Call GetSafeCode%></td>
          </tr>
          <tr>
            <td width="300" bgcolor="#F8F8F8" align="center" height="30" valign="middle" colSpan=2><input class=input1 type="submit" value=" 登陆管理系统 " name="Submit">&nbsp;<input class=input1 type="reset" value=" 擦除重填 " name="Submit"></td>
          </tr>
        </table>
     </FORM>
  </center>
</div>            
</body>                     
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -