求助ASP调试问题?代码如下:conn.asp是连接好了的

来源:百度知道 编辑:UC知道 时间:2024/05/23 17:30:56
<!--#include file="conn.asp"-->
<html>
<head>
<title>系统用户管理</title>
<script language="vbscript">
function newwin(url)
newwin=windows.open(url,"newwin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=380")
newwin.focus()
return false
End function
</script>
</head>

<body link=#000080 vlink="#008080">

<h3></h3>
<h2 align="center">用户列表</h2>

<table width="90%" align="center" cellpadding="1" cellspacing="2" border="1" bordercolor="#808080" bordercolordark="#ffffff" bordercolorlight="#e1f5ff" bgcolor="#3399FF">
<tr>
<td align="center" width="16%" bgcolor="#e1f5ff"

set rs=server.CreateObject("adodb.recordest") //recordset
rs.open"select*from users order by id",conn,1,3 //open和"select"中间加空格

先把书写问题弄明白吧=。=

你要说明你现在出了什么错,别人才能知道怎么帮你