📄 login_windows.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link rel="stylesheet" type="text/css" href="../../system_manage/style/comm.css" />
<link rel="stylesheet" type="text/css" href="../../system_manage/style/skin0.css" />
<style type="text/css">
<!--
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
text-decoration: none;
}
.style4 {color: #1594C4}
.style5 {color: #18ABE2}
.style6 {color: #43A7D1}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function check_mem(){
if (document.form1.mem_loginname.value==""){
alert("没有填写用户名!");
document.form1.mem_loginname.focus();
return false;
}
if (document.form1.mem_loginpasd.value==""){
alert("没有填写用户密码!");
document.form1.mem_loginpasd.focus();
return false;
}
return true;
}
//-->
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<%if request.cookies("mem_login")="" then%>
<form name="form1" method="post" action="loggo.asp" onSubmit="return check_mem()">
<TABLE width=217 border=0 align="center" cellPadding=0 cellSpacing=0 class="selbar_bt">
<TBODY>
<TR>
<TD width=23 height="24" align=center><IMG
src="rimg/hotel_dire_arrowc.jpg" alt="" width="12" height="12" border=0 id=LoginChina_Image6></TD>
<TD width="48">用户名:</TD>
<TD colspan="2" noWrap>
<INPUT class=inputnew id=mem_loginname style="WIDTH: 120px"
tabIndex=1 maxLength=50 name=mem_loginname></TD>
</TR>
<TR>
<TD align=center></TD>
<TD colSpan=3></TD>
</TR>
<TR>
<TD width="23" height="24" align=center><IMG
src="rimg/hotel_dire_arrowc.jpg" alt="" width="12" height="12" border=0 id=LoginChina_Image7></TD>
<TD>密 码:</TD>
<TD height=28 colspan="2" >
<input
class=inputnew id=mem_loginpasd style="WIDTH: 120px"
tabindex=2 type=password maxlength=20
name=mem_loginpasd>
</TD>
</TR>
<TR>
<TD height="3" colspan="4"></TD>
</TR>
<TR>
<TD width="23"> </TD>
<TD height="20" colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="2" align="center"><a href="index.asp" style="COLOR: #4289ba">
<input name="image" type=image
id=LoginChina_imgElongBotton
tabindex=4 src="rimg/hotel_dire_btn2.jpg" alt="" width="72" height="23"
border=0>
</a></td>
<td><a href="index.asp" style="COLOR: #4289ba">注册新用户</a></td>
</tr>
<tr>
<td><a href="../my_RL/mm_find.asp" target="_blank" style="COLOR: #4289ba">找回密码?</a></td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD align=right></TD>
<TD align=left
colSpan=3></TD>
</TR>
<TR>
<TD width="23" height=20 align="center"> <span class="style4"><IMG
height=11 src="rimg/newtopsys_3_0412.gif" width=11> </span></TD>
<TD colSpan=4><span class="style4">注册会员,您将获得更多订票优惠。</span></TD>
</TR>
</TBODY>
</TABLE>
</form>
<%else%>
<table width="217" border="0" align="center" cellpadding="3" cellspacing="0" class="selbar_bt">
<tr>
<td width="17" align="center"><span class="style4"><IMG
height=11 src="rimg/newtopsys_3_0412.gif" width=11></span></td>
<td>
<span class="style4">您已经成功登陆</span><br>
<span class="style4">欢迎你!<%=request.cookies("mem_login")%><br>您当前的积分为:<%=session("mem_money")%></span><br>
<a href="../my_RL/index.asp" target="_blank" style="COLOR: #4289ba">进入用户中心</a>
<br>
</td>
</tr>
</table>
<%end if%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -