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

📄 login.asp

📁 中国114网搜索系统 版  本: 文件大小:580 KB 软件语言:简体中文 授权方式:免费版 相关链接:程序演示 开 发 商: 运行环境:ASP源码
💻 ASP
字号:
<!-- #include file=change.asp -->
<!-- Design and Edit By QianFengyun 2000-5-20 -->
<html>
<head>
<!-- Design and Edit By QianFengyun 2000-5-20 -->
<!-- #include file=change.asp -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0041)http://www.china114net.com 中国114网 -->
<html>
<head>
<title><%=titlename%></title>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<link rel="stylesheet" type="text/css" href="html/style.css">
<script language=JavaScript>
<!--
function form_onsubmit(obj)
{
  ValidationPassed = true;

  if(obj.user.value=="")
  {
    alert("请输入你的用户名!\n");
    ValidationPassed = false;
    obj.user.focus();
    return;
  }

  if(obj.pass.value=="")
  {
    alert("请输入你的密码!\n");
    ValidationPassed = false;
    obj.pass.focus();
    return;
  }
  return true;
}
-->
</script>
</head>

<body bgcolor="#FFFFFF" onload="form1.user.focus();">
<p align="center">用户登录<br>
</p>
<FORM action=login2.asp method=post name=form1 onSubmit="return ValidationPassed">
<table border=0 class=font style="MARGIN-TOP: -20px; POSITION: relative" 
width="232" align="center" cellpadding="0" cellspacing="0">
  <tbody> 
  <tr align=center> 
    <td colspan="2"> 
      <table border=0 class=font width="100%" cellpadding="0" cellspacing="0">
        <tr> 
          <td height=2 bgcolor="#ececff"><img src="images/blank.gif" width=1 height=1></td>
          <td height=2 bgcolor="#ececff"><img src="images/blank.gif" width=1 height=1></td>
        </tr>
        <tr> 
          <td colspan="2">&nbsp;</td>
        </tr>
        <tbody> 
        <tr> 
          <td height="25" colspan="2"> 
            <p>&nbsp;&nbsp;&nbsp;用户名: 
              <input maxlength=20 name="user" size=28 class="inputs">
              密码: 
              <input maxlength=20 name="pass" size=28 class="inputs" type=password>
          </td>
        </tr>
        </tbody> 
      </table>
      
    </td>
  </tr>
  <tr> 
    <td colspan="2">&nbsp;</td>
  </tr>
  <tr> 
    <td width="5%">&nbsp; </td>
    <td width="95%" height="30" align="center"> 
      <input name=submit type=submit value=" 添 加 " class="p9" style="background-color: rgb(145,148,195); color: rgb(255,255,255)" onClick="form_onsubmit(this.form)">
      <input name=b1 type=reset value=" 重 写 " class="p9" style="background-color: rgb(145,148,195); color: rgb(255,255,255)">
    </td>
  </tr>
  <tr> 
    <td colspan="2" height=2 bgcolor="ececff"><img src="images/blank.gif" width=1 height=1></td>
  </tr>
  </tbody>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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