asp中80020009错误,请帮我写出正确代码!谢谢!

来源:百度知道 编辑:UC知道 时间:2024/05/22 11:10:26
<%if trim(rs("anser"))<>"" then
response.write "<table width='650' border='0' cellspacing='0' cellpadding='0'>"
response.write " <tr bgcolor='#EEEEEE'>"
response.write "<td width='67%'><img src='../img/a.gif' width='45' height='45'><strong>:</strong></td>"
response.write "<td width='33%' align='left' valign='bottom'>回复时间<img src='../img/posttime.gif' width='11' height='11'>:"&rs("anser_time")&"</td>"
response.write "</tr>"
response.write "<tr>"
response.write "<td colspan='2'>"
response.write " <table width='100%' border='0' class='mbody'>"
response.write

<%
if not rs.eof then
if trim(rs("anser"))<>"" then
response.write "<table width='650' border='0' cellspacing='0' cellpadding='0'>"
response.write " <tr bgcolor='#EEEEEE'>"
response.write "<td width='67%'><img src='../img/a.gif' width='45' height='45'><strong>:</strong></td>"
response.write "<td width='33%' align='left' valign='bottom'>回复时间<img src='../img/posttime.gif' width='11' height='11'>:"&rs("anser_time")&"</td>"
response.write "</tr>"
response.write "<tr>"
response.write "<td colspan='2'>"
response.write " <table width='100%' border='0' class='mbody'>"
r