perhaps its this line - 364 topic.asp:
do until rsReplies.EOF or (mypage = 1 and rec > CInt(strPageSize)) or (mypage > 1 and rec > CInt(strPageSize)) '**
Perhaps it should be
do until rsReplies.EOF or (mypage = 1 and rec = rsReplies.PageSize) or (mypage > 1 and rec = rsReplies.PageSize)
---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource