Name: | <%=thename%> |
Subject: | <%=(rsContent.Fields.Item("gbHeading").Value)%> |
Comments: | <%=replace((rsContent.Fields.Item("gbComments").Value), vbcrlf, " ")%> |
Posted: | <%=(rsContent.Fields.Item("gbDate").Value)%> |
Delete? | ">Delete this post |
<% if (starthere-showPages) >= 0 then%> Previous <% end if %> | Showing <%=starthere+1%> to <%=RecordTo%> of <%=total%> |
<% ' if adding showPages is < the total records its safe to have a "Next" link if (starthere+showPages) < total then %> Next <%end if%> |