<%=i5808(rs("title"),100)%> |
姓名:<%=rs("name")%> | <%=rs("data")%> |
| <%=InterceptString(DelHtml(rs("body")),200)%>... | ||
管理员回复:
<%
if IsNull(rs("hf")) or trim(rs("hf")&"")="" then
response.Write("此留言暂未回复!")
else
response.Write(""&rs("hf")&"")
end if
%>
|
||
") rs.close set rs=nothing %>