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

📄 adminlogin.asp

📁 漂亮的欧美旅游模板
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%Option Explicit%>
<!--#include file="db_conn.asp"-->
<!--#include file="my_libs/my_request.asp"-->
<!--#include file="my_libs/my_lib.asp"-->
<!--#include file="my_libs/comm.asp"-->
<%
if session("zm_flag")=true then
response.redirect "manage/admin_main.asp"
end if
call head("管理员登录_"&arrlist_s(0))
call top()
%>
<SCRIPT language=JavaScript>
<!--
function check(form)
{

 if (form.login_name.value=="")
 {
 alert('用户名不能为空!');
 document.MM_returnValue=false;
 }
else if(form.login_pass.value=="")
 {
   alert('密码不能为空!');
   document.MM_returnValue=false;
  }
else if(form.codeid.value=="")
  {
   alert('验证码不能为空!');
   document.MM_returnValue=false;
  }

else {
   document.MM_returnValue=true;
   }
}

//-->
</SCRIPT>
<div align="center">
	<table border="0" width="760" id="table1" cellpadding="4" class=istable>
		<tr class=smallblack>
			<td height="28">当前位置: <a href="../">网站首页</a> &gt;&gt;
			<a href="index.asp">线路预定</a> &gt;&gt; 管理登录</td>
		</tr>
	</table>
</div>
<div align="center">
	<table border="0" width="760" id="table2" cellpadding="4" class=istable>
		<tr class=smallblack>
			<td><font color="#ff0000">注意:</font><font color="#808080">为了确认您的身份、保密其它客户的预订资料,您必须填写上面两项。若其中任意一项与您预订时所填写的不符时就无法登录成功。</font></td>
		</tr>
	</table>
</div>


<div align="center">
		 <table border="0" width="760" id="table5" cellpadding="4" class=istable bordercolor="#808080">
		  <tr>
			<td class="toptd" height="28">&nbsp;<img border="0" src="images/ArrorWhite.gif" width="11" height="9"> 
			管 理 登 录 :</td>
		  </tr>
		</table>
	   </div>
<div align="center">
	<table border="1" width="760" id="table6" cellpadding="4" class=istable bordercolor="#D7D7D7">
		<tr>
			<td>
			<table border="0" width="100%" id="table54" cellpadding="6" class=smallblack>
				<FORM name=manage action=login_chk.asp method=post>
				<tr>
					<td width="278" align="right">用户名:</td>
					<td><input size="30" name="login_name"></td>
				</tr>
				<tr>
					<td width="278" align="right">密码:</td>
					<td><input size="33" name="login_pass" type="password"></td>
				</tr>
				<tr>
					<td width="278" align="right">验证码(按照右边输入):</td>
					<td><input size="19" name="codeid" maxlength="6"><font size="3"><img src="my_libs/checkcode.asp"></font></td>
				</tr>
				<tr>
					<td width="278"> </td>
					<td>
					<INPUT onclick="check(this.form);return document.MM_returnValue" type=submit value=确认递交 name=B1>&nbsp;
					<input type="reset" value="重 填" name="B1"></td>
				</tr></form>
			</table>
			</td>
		</tr>
	</table>
</div>
<table border="0" width="100%" id="table8" cellpadding="0" class=istable height="8">
	<tr>
		<td></td>
	</tr>
</table>
<div align="center">
	 </div>
<SCRIPT>
	document.manage.login_name.focus();
</SCRIPT>
<%call htmlend()%>

⌨️ 快捷键说明

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