hey guys. im working on a site at the moment and im having a bit of trouble working out how im going to get around a problem.
The client wants 4 boxes with dynamically loaded text as well as a javascript popup link in each box.
easy stuff right?
but this is the bit im stuck on.
when the client wants to add more content the user will click on a “forward” or “back” button that will show the next four boxes of info. seeing as the content and amount of boxes used will have to be changed around alot i need this to be as dynamic as possible.
Heres the problem. I need to change the txt file paths and the button linkage when the back or forward button is clicked. and not just change “a” to “b”. it needs to work like:
load and display 1,2,3,4
on forward
load and display 5,6,7,8
on forward
load and display 9,10,11,12
etc/
any help on the issue would be much appreciated