我练腹式呼吸的体会:帮我看看这代码怎么回事?留言板回复代码

来源:百度文库 编辑:中科新闻网 时间:2024/05/02 08:09:26
<td bgcolor="#FFFFCC" height=100 valign="top" onMouseOver="bgColor='#FFffff'" onMouseOut="bgColor='#ffffcc'"><%=rs("content")%>
<% if rs("reply")<>"" then
response.write "<table cellSpacing="1" cellPadding="3" width="90%" align="center" bgColor="darkgray" border="0">"
<tr><td vAlign="top" bgColor="#f7f7f7">留言回复:<%=rs("reply")%></td></tr></table>"
end if
%>
</td>
<%=rs("content")%>是留言的内容
<%=rs("reply")%>是管理员回复的内容

<td bgcolor="#FFFFCC" height=100 valign="top" onMouseOver="bgColor='#FFffff'" onMouseOut="bgColor='#ffffcc'"><%=rs("content")%>
<% if rs("reply")<>"" then%>
table cellSpacing="1" cellPadding="3" width="90%" align="center" bgColor="darkgray" border="0">"
<tr>
<td vAlign="top" bgColor="#f7f7f7">留言回复:<%=rs("reply")%></td>
</tr>
</table>"
<%end if%>
</td>
帮你整理一下 呵呵