请大家帮忙看看这段代码中的错误!
<!--#include file="conn.asp"--><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="800" height="768"><div align="left"><img src="zhu.jpg" width="800" height="768">
<div id="Layer1" style="position:absolute; width:46px; height:14px; z-index:1; left: 97px; top: 131px;">
<%
set rss=server.createobject("adodb.recordset")
sqls="select * from class order by id asc"
rss.open sqls,conn,1,1
%></div>
<div id="Layer4" style="position:absolute; width:792px; height:34px; z-index:4; left: 101px; top: 211px;">
<table width="790" border="0" cellpadding="1" cellspacing="1">
<tr>
<td width="331" bgcolor="#90D8FE" class="link"><img src="title.gif" alt="title" width="12" height="9"><a href="news.asp?id=<%=rs1("id")%>" class="STYLE2"><%=left(rs1("title"),26)%></a></td>
<td width="106">阅读数:<%=rs1("hits")%></td>
</tr>
</table>
</div>
<div id="Layer3" style="position:absolute; width:24px; height:18px; z-index:3; left: 449px; top: 184px;"><%=rs("class")%></div>
<div id="Layer2" style="position:absolute; width:123px; height:27px; z-index:2; left: 416px; top: 151px;"><span class="style1">首页</span>
<%do until rss.eof%>
<a href="class.asp?id=<%=rss("id")%>"><%=rss("class")%></a>
<%
rss.movenext
loop
%>
</div>
</div></td>
</tr>
</table>
</body>
</html>
<%
rs.close
rss.close
Set rs=Nothing
Set rs1=Nothing
set rss=nothing
conn.close
Set conn=Nothing
%>