
March 21st, 2002, 01:42 PM
|
|
Java Developer
|
|
Join Date: Nov 2001
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Easy,
The way I'd do it is to pass another variable (which defaults to zero, so you can start at the begining), then pass the CSV string and the count through as hidden parameters each time you click next. Then you can do and indexOf(",") and substring it recursively based on the counter variable, to get the relevant value for that page. Doing it this way means you can also do a Previous button.
Oscagne
|