这段代码哪里有问题?

来源:百度知道 编辑:UC知道 时间:2024/06/12 17:36:24
<tr>
<td height='22'>
<img src='images/new_dot.gif'> 
<a href="javascript:;" onMouseUp="MM_openBrWindow('shownews.asp?id=<%=rs("id")%>','','scrollbars=yes,width=500,height=375')">
<font color="&rs("TitleFontColor")&">"&Searchkey(rs("title"),keyword)&"</font>"&imageurl&"  <font color=#999999>["&rs("senddate")&"]</font>
</a>
</td>
</tr>"

应该这样:
<a href="javascript:;" onMouseUp="MM_openBrWindow('shownews.asp?id=<%=rs(\"id\")%>','','scrollbars=yes,width=500,height=375')">
后面一段不知道你搞什么,很乱

仅仅这些,看不出什么问题!