在线等,高分求教
错误 '80020009'
发生意外。
/cyh/jw/xuti_1.asp,行228
这是我的代码!
<%
xt.movefirst
if not xt.eof then
p=1
for p =1 to sl_p
if xt("tmlx") = "3" then
%>
<tr>
<td width="40" height="25"> <div align="center"><font size="2"><%= p %></font></div></td>
<td height="25"><font size="2"><%= xt("tmnr") %></font></td>
</tr>
<%
else
do while xt("tmlx")<>"3"
xt.movenext
if xt.eof then
exit do
else
end if
loop
if not xt.eof then
%>
<tr>
<td width="40" height="25"> <div align="center"><font size="2"><%= p %></font></div></td>
<td height="25"><font size="2"><%= xt("tmnr") %></font></td>
</tr>
<%
else
response.write("记录只有这些了?请见谅!")
end if
end if
if xt.eof then
exit for
else
xt.movenext
end if
next
else
%>
<tr>
<td width="400" height="25"> <div align="center"><font color="#990000" size="2">由于本站正在建设之中,判断题目没有那些齐全,请见谅!</font></div></td>
</tr>
<%
end if
%>