Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Continuous number count

Posted 05 Oct 2002 12:59:10
1
has voted
05 Oct 2002 12:59:10 Jacques Roux posted:
I have recently added the code for number count beside each record to one of my Web Sites and it works like a dream. However, if I only display five records at a time and give the option to view the next five records the number count starts at 1 again. How can I make the number count continue from 6 for the next five records?

Any help will be highly appreciated.

Jacques

Replies

Replied 08 Oct 2002 19:37:48
08 Oct 2002 19:37:48 Ned Frankly replied:
The recordset-repeat function has a field called 'offset' that's passed in the URL. If you are trying to make the 'next page' link text dynamic without using one of the extensions that does this for you, you will need to add the value of Request.QueryString("offset" to your code.

If I'm way off on what you are looking for, let me know (and be specific on what extensions / functions you are using).


Ned Frankly

Reply to this topic