login.asp

来自「在线报价程序V0.1 免费版: 1、后台添加产品 2、后台分类 3、后台添加友情」· ASP 代码 · 共 93 行

ASP
93
字号
<!--#include file="../Conn.asp"-->
<!--#include file="Conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=name%></title>
<BASE onmouseover=window.status="<%=name%>(<%=http%>)----为您提供最丰富的网络资源!";return true>
<link href="../common/css/other.css" rel="stylesheet" type="text/css">
<link href="../common/css/font.css" rel="stylesheet" type="text/css">
<link href="../common/css/link.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>

<style type="text/css">
<!--
.style1 {
	color: #990000;
	font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
  <tr>
    <td height="2"></td>
  </tr>
</table>
<!--#include file="common/index_top.asp" -->
<!--#include file="common/menu.asp"-->
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
  <tr>
    <td height="2"></td>
  </tr>
</table>
<table width="850"  border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
 <form method="POST" action="admin_login.asp">  <tr>
    <td><table width="100"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table>
      <table border="0" cellpadding="0" cellspacing="1" width="50%" align="center" bgcolor="#CECECE">
      <tr>
        <td height="25" colspan="2" background="ymbimg/login_bg.gif">
          <p align="center" class="style1">管理登录</td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td width="254" height="30">
          <p align="right">用户名:</p></td>
        <td width="346"> <input name="use" type="text" class="input_1" size="20"></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="30">
          <p align="right"> 密 码:</p></td>
        <td height="30"> <input name="pass" type="password" class="input_1" size="20"></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="30" colspan="2">
          <p align="center">
            <input name="B1" type="submit" class="input_button" value="确定">  
            <input name="B2" type="reset" class="input_button" value="重置">
        </p></td>
      </tr>
      <tr bgcolor="#F9F9F9">
        <td height="25" colspan="2">
          <p align="center"><a href="qi163_admin.asp">返回留言本首页</a></td>
      </tr>
    </table>
      <table width="100"  border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr></form>
</table>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
  <tr>
    <td height="5"></td>
  </tr>
</table>

<!--#include file="common/bottom.asp" -->
</body>
</html>

⌨️ 快捷键说明

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