请教asp代码问题!

来源:百度知道 编辑:UC知道 时间:2024/06/04 17:58:03
今天制作一个简单的用户注册登陆asp页面,但是一直链接不到数据库,请教下高手。可以的加下我的QQ啊,425870551先谢谢了!

百度字数有限制,用小号发过来了,我源代码如下,就是链接不了数据库:

1,(index.asp 用户登陆页面)
<!-- #include file="conn.asp" -->
<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