<%=divider%>
<% Do while not Rs.EOF if Counter=Rs.PageSize then exit do if len(rs("note"))>0 then note=Replace(rs("note"),vbcrlf,"| Name | <%=email%> |
| URL | "><%=rs("url")%> |
| Posted On | <%=rs("date")%> |
| Message | <%=note%> |
<%=divider%>
<% Rs.MoveNext Counter=Counter+1 loop Rs.Close Conn.Close set Rs=nothing set Conn=nothing %><%=PrevPage%> | <%=NextPage%>