📄 newlogin.asp
字号:
<!--#include file=04406shujuku.asp-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户登录界面</title>
<%
Dim sql
Dim reuser,mypass
reuser=request.Form("no")
mypass=request.Form("pass1")
sql="select id,username,title,vdate from message"
set rs=Conn.execute(sql)
%>
<%m=request.Cookies("rank")%>
<script language="Javascript">
function Check()
{
if((document.login_form.no.value=="")||(document.login_form.pass1.value==""))
{
alert("用户名或密码不能为空!");
return false;
}
else
return true;
}
</script>
</head>
<body leftmargin="20" rightmargin="20"bgcolor="#FFFFFF">
<div style="height:300px;width:100%;overflow-x:hidden;overflow-y:hidden;"><img src="background04406.jpg" height="100%" width="100%">
</div>
<p style="font-family:华文行楷; font-size:38pt; color:#00CCFF;font-weight: bold" align='center'>网 上 讨 论 区</h1>
<table width="100%" height=20px align="center">
<tr bgcolor="#99CCFF" align="center">
<td align="center" height="25" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">>>游客:
<a href="04406zhhlregister.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">注册</a>|
<a href="newlogin.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷"> 登陆</a>|
<a href="newlogin.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">浏览</a>
>>注册用户:
<a href="newlogin.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷"> 登陆</a>|
<a href="newlogin.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">回帖</a>|
<a href="identitycheck.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">发表文章</a>
>>
<a href="checkadministrater.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">管理员</a>
</td>
</tr>
</table>
<form width="30%" name="login_form" action="newlogincheck.asp" method="post"> <!--onsubmit="return Check()"-->
用户名:<input type='text' name='no' size='30' value="">
密码: <input type='password' name='pass1' size='30' value=''>
<input border=0 height=23 src="enter.jpg" type=image width="49" onClick="return check()">
<a href="04406zhhlregister.asp" style="color:#008080; text-decoration:none">
<img border="0" src="register.jpg" width="49" height="23">
</a>
</form>
<hr align='center' width='90%' color='#FFFFFF'>
<table width='90%' border='1' align='center' bordercolor="#000066">
<tr align="center" style="font-family:华文行楷; weight:24pt;"><td width='40%'><B>文章主题</B></td><td width='40%'><B>作者</B></td><td width='20%'><B>创建时间</B></td></tr>
<tr>
<%while not rs.eof%>
<td style="color:#000066; font-size:18pt"><a href="topiclink.asp?ID=<%=rs("id")%>"><img src='999.jpg' height='38' width='35'/></a> <a href="topiclink.asp?ID=<%=rs("id")%>"><%=(rs("title"))%></a></td>
<td style="color:#000066; font-size:18pt"><img src='2222.jpg' height='38' width='35'/> <%response.write(rs("username"))%></td>
<td style="color:#000066"><%response.write(rs("vdate"))%></td>
<%rs.MoveNext%>
</tr>
<%Wend
rs.close
Conn.Close
%>
</table><p></p>
<table width="100%" height=20px align="center">
<tr bgcolor="#99CCFF" align="center"><td align="center" height="25" style="text-decoration:none; font-size:18pt;color:#FFFFFF; font-family:华文行楷">本网站作者:张焕玲 QQ:276679653</td></tr>
<tr bgcolor="#99CCFF" align="center"><td align="center" height="25" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">email:<a href="mailto:zhhl022@sina.com">zhhl022@sina.com</a></td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -