asp注册登录系统源代码

来源:百度知道 编辑:UC知道 时间:2024/06/10 17:47:55
请问哪位大侠能提供一个小型的,只要能够实现注册登录的系统就可以了,access数据库的,asp代码的!
我的邮箱是blackcat1987111@163.com
谢谢了!分全给你们

1,(index.asp 用户登陆页面)
<!-- #include file="conn.asp" -->
<!-- blog.soowooo.cn 悠悠长假期 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会员</title>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 14px;
}
-->
</style>
</head>
<body>
<center>
<p>会员注册系统</p>
<form name="form1" method="post" action="login.asp">
<table width="34%" border="0">
<tr>
<td width="33%" height="30">用户名:</td>
<td width="67%" height="30"><input name="username" type="text" id="username" size="15"></td>
</tr>
<tr>