Click to See Complete Forum and Search --> : Forward and Back Navigation Buttons
Joe C
03-22-2006, 02:13 AM
Hello - I'm a Dreamweaver newbie, and I'm trying to create navigation buttons for forward and back in a frame environment. Basically, I want the mainframe to behave appropriately (back and forward) when these buttons are clicked. How can I do this? Any help would be appreciated! Thank you!
Compguy Pete
03-27-2006, 10:06 AM
if your doing it in frames the best way to do this type of navigation is to make a choice of which is the page before the one your viewing and which page is going to come after that page.
There is no magic script or code that will automaticly go forwards and backwords. Sadly... Webpages are not typically layed out in that type of manner.
So to further help you out go like this:
Page one: no back /next page is pg2
Page 2: back is page 1/ next is page 3
Page 3 : back is page 2/ next is page 4
and so on and so forth.