📄 mlogin.asp
字号:
<!--#include file=articleconn.asp-->
<%
errs=Request("err_nub")
Select Case errs
Case 1
err_text="请完整输入!错误的用户名或密码,请重新输入!"
case 2
err_text="请完整输入!错误的用户名或密码,请重新输入!"
Case 3
err_text="用户名或密码错误!!请正确输入用户名或密码!!"
end select
%>
<HTML>
<HEAD>
<%set rs=conn.execute("select * from [home]")%>
<title><%=rs("homes")%></title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="images/style.css" TYPE="text/css">
<style type="text/css">
<!--
.样式1 {
font-size: 9pt;
font-weight: bold;
color: #FF0000;
}
.button1 { font-size: 12px;
background-image: url(images/bg-009.gif);
height: 17px;
border: 1px solid #999999;
}
.样式2 {color: #000000}
-->
</style>
</HEAD>
<!--#include file="head.asp"-->
<BODY BGCOLOR="#eeeeee" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="755" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" BGCOLOR="#FFFFFF" HEIGHT="300">
<TR>
<TD ROWSPAN="3" HEIGHT="41" VALIGN="TOP" width="166"><table height="100%" cellSpacing="0" cellPadding="0" width="166" border="0">
<tr>
<td height="48"><img src="images/point.gif" width="162" height="48" hspace="2"></td>
</tr>
<tr>
<td height="129" background="images/qa_top.gif" valign="top"><div align="center">
<table border="0" cellpadding="4" cellspacing="4" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber6">
<tr>
<td width="100%" height="26">
<marquee direction="up" height="100" onmouseout="this.start()" onmouseover="this.stop()" scrollAmount="1" scrollDelay="100" align="left">
<%set rs1=server.createobject("adodb.recordset")
sql="select * from talk where id=id"
rs1.open sql,conn,1,3
talk=rs1("talk")
rs1.close
set rs1=nothing
%>
<%=talk%>
</marquee>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="100%" valign="bottom"><img src="images/my.gif" width="165" height="270" border="0"></td>
</tr>
</table>
</TD>
<TD BACKGROUND="images/dots.gif" ROWSPAN="2" WIDTH="10"><IMG SRC="images/dots.gif" WIDTH="4" HEIGHT="4"></TD>
<TD VALIGN="TOP" ALIGN="RIGHT" HEIGHT="2" width="584">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" BGCOLOR="#FFFFFF"><TR><TD ALIGN="RIGHT" COLSPAN="2" BACKGROUND="images/dots.gif"><IMG SRC="images/dots.gif" WIDTH="4" HEIGHT="4"></TD></TR></TABLE></TD></TR><TR>
<TD HEIGHT="4" width="584">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" BGCOLOR="#FFFFFF"><TR><TD COLSPAN="2"><div align="center" class="样式1">会员登录</div></TD>
</TR></TABLE></TD></TR><TR>
<TD BACKGROUND="images/dots.gif" WIDTH="10"> </TD>
<TD VALIGN="TOP" align="center" width="584">
<p> </p>
<p> </p>
<P><font color="#FF0000"><%=err_text%></font></P>
<table width="30%" border="0" cellpadding="0" cellspacing="0">
<form action="login.asp">
<tr>
<td colspan="2"><p align="center" class="样式2"><strong>会员入口</strong></td>
</tr>
<tr>
<td width="40%"><p align="center" class="样式2">帐号:</td>
<td colspan="2" align="left"><font color="#FFFFFF">
<input name="idname2" class="button1" id="idname2" size="12" maxlength="20">
</font>
</tr>
<tr>
<td><p align="center" class="样式2">密码:</td>
<td><font color="#FFFFFF">
<input name="password2" type="password" class="button1" id="password2" size="12" maxlength="20">
</font></td>
</tr>
<tr>
<td colspan="2"><table width="100%" height="36" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50%" height="36" valign="middle">
<div align="center">
<input name="imageField" type="image" src="images/loigo.gif" align="middle" width="75" height="23" border="0">
</div></td>
<td width="50%" height="36" valign="middle">
<div align="center"><a href="zc.asp" target="_blank"><img alt="注册会员" src="images/zc1.gif" align="left" border="0" width="75" height="23"></a> </div></td>
</tr>
</table></td>
</tr>
</form>
</table>
<p align="center"> </p>
</TD></TR></TABLE>
</BODY>
</HTML><!--#include file="end.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -