" width="<%=RSBODY("Table_Width")%>" align="center">
" size="<%=RSBODY("Title_Font_Size")%>" color="<%=RSBODY("Title_Font_Color")%>">
Add
a message
|
<%
If CInt(intPage) > CInt(intPageCount) Then intPage = intPageCount
If CInt(intPage) <= 0 Then intPage = 1
If intRecordCount > 0 Then
RS.AbsolutePage = intPage
intStart = RS.AbsolutePosition
If CInt(intPage) = CInt(intPageCount) Then
intFinish = intRecordCount
Else
intFinish = intStart + (RS.PageSize - 1)
End if
End If
If intRecordCount > 0 Then
For intRecord = 1 to RS.PageSize
%>
By: <%=RS("Name")%> |
| Email: "><%=RS("Email")%> |
| Date/Time: <%=RS("Date")%> |
|
Message:
<%=RS("Message")%>
|
|
|
<%
RS.MoveNext
If RS.EOF Then Exit for
Next
%>
| " size="<%=RSBODY("Font_Size")%>" color="<%=RSBODY("Font_Color")%>"><%If cInt(intPage) > 1 Then%><<
Prev<%End If%> |
" size="<%=RSBODY("Font_Size")%>" color="<%=RSBODY("Font_Color")%>"><%If cInt(intPage) < cInt(intPageCount) Then%>Next
>><%End If%> |
|
<%
End If
RS.close
Set RS = Nothing
%>
|
" size="<%=RSBODY("Add_Font_Size")%>" color="<%=RSBODY("Add_Font_Color")%>">Add
Your Message:
|
<%=RSBODY("Footer")%>