帮忙!!!
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<!--#include file="conn.asp"-->
<%
if request.form("Submit")<>"" then
dc=request.form("dc")
set rs=server.createobject("adodb.recordset")
rs.open "select * from letter where dc='"&dc&"'",conn,1,3
end if
%>
<body>
<table width="200" border="0" align="center">
<tr>
<td><%=rs("dc")%></td>
<td><%=rs("js")%></td>
</tr>
</table>
<form id="form1" name="form1" method="post" action="">
<table width="320" height="62" border="0" align="center">
<tr>
<td width="129">请输入要查询的单词:</td>
<td width="61"><input name="dc" type="text" id="dc" /></td>
</tr>
<tr>
<td colspan="2"><div align="center"><input type="submit" name="Submit" value="查询" />
</div></td>
</tr>
</table>
</form>
</body>
</html>
这个哪里错啊,并不难,可是报错,我看了好几遍了,就是找不到原因!!请指教一下,谢谢!!
IE报错:错误类型:
Microsoft VBScript 运行时错误 (0x800A000D)
类型不匹配: 'rs'
/index_zz.asp, 第 20 行