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

📄 mylogin.asp

📁 一个不错的个人商务网站的源码
💻 ASP
字号:
<%
'强制浏览器重新访问服务器下载页面,而不是从缓存读取页面
Response.Buffer = True 
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1 
Response.Expires = 0 
Response.CacheControl = "no-cache" 
'主要是使随机出现的图片数字随机
dim dbpath
dbpath="../"
%>
<!--#include file="../db_conn.asp"-->
<!--#include file="../comm/co.asp" -->
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=<%=dbpath&"style/"&r(22)%>.css rel=stylesheet type=text/css>
<SCRIPT language=JavaScript src="js/reg.js"></SCRIPT>
<title>会员登录</title>
</head>

<body>

<table border="0" width="100%" cellspacing="1" cellpadding="2" class="li_table">
<form action="usercheck.asp" method="post" name=form2 onsubmit="return chsubmit();">
	<tr>
		<td class="maincolor" width="980" colspan="2">
		<p align="center">会员登录</td>
	</tr>
	<tr>
		<td width="382" align="right">用户名:</td>
		<td width="593"><input type="text" name="login_name" size="25"></td>
	</tr>
	<tr>
		<td width="382" align="right">密码:</td>
		<td width="593"><input type="password" name="login_pass" size="27"></td>
	</tr>
	<tr>
		<td width="382" align="right">验证码:</td>
		<td width="593"><input type="text" name="codeid" size="25"><font size="3"><img src="../comm/checkcode.asp"></font></td>
	</tr>
	<tr>
		<td width="980" colspan="2">
		<p align="center"><input type="button" value="忘记密码?" name="B2" onclick="window.location='forgetpass.asp'" onFocus="this.blur()">
		<input type="submit" value="确定登录" name="B1"></td>
	</tr>
	</form>
</table>

</body>

</html>

⌨️ 快捷键说明

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