next back
next back
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- unformatted0
what if you had a variable like
totalPhotos = n;
n being the total number of photos there are.
then name your photos numerically, and your next button would be
currentPhoto + 1;
pass that variable onto the next page.
----------------------
sorry if rambling. ;)