I want to have two frames.
One frame is the main frame which i want to be controlled to go in a sequencial fashion through the web site, by the second frame.
Ie the second frame has a next button on it which will make the main frame go to the next page.
Is there any way i can pass the next page name to the frame at the bottom and make the frame at the bottom change the first frame to the next page.
I don't want to use the History forward and back buttons, i want to name the actual page it goes to.
Is this possible?
BW
Edit: Basically i want to have the name of the next page stored on each main page, and the second frame never changes, just checks the main page to see where to change it to.