关于留言本回复内容不能正常显示的困惑,望朋友们不吝赐教
想加个显示回复判断条件,结果加了之后就不能显示“recontent”内容了。搞不懂~~
代码如下:
<%
'If not rs("recontent")="" Then
response.write"<hr style='border-style: dotted; border-width: 1px' color='#7DB14D' size='1' width='250' align='left'>" & VbCRlf
response.write"<font size='2' face='宋体' color='#008000'>回复[ " & rs("retime") & " ]:</font><br>" & VbCRlf
response.write" <font size='2' face='宋体' color='#008000'>" & rs("recontent") & "</font>"
'End If
%>
大家帮帮忙啊