Update: ok, I did a response.write for the replycount and totalreplies variables. its seems as though the replycount is getting reset back to 0 when I go to the second page. Any ideas?
I temporarily "rigged" it up with this:
if mypage > 1 then
replycount = replycount {addition sign, won't let me write it} ((mypage-1) * cint(strPageSize))
end if
For some reason the #lastpost anchor isn't getting stamped onto the last post in pages after the first one. here's my topic.asp page. Could someone take a look at it and try to find something that I've looked over?
<-- Eric -->
InsideWaco.com
Edited by - e3stone on 19 June 2001 20:38:54
Edited by - e3stone on 19 June 2001 20:59:26