Hi Guys, a little help please.
I have a link on my main menu (index.html) to a page, lets call it page2.html in this instance. Page2.html has a "back" button which links back to my index.html page, I also have another page lets call it page3.html which also links to page2.html.
Question is how can I "program" the "back" button to take me back to the page the initial link originated from?
(in other words if we get to page2.html from the index page I want the "back" button to take me back to index.html, I also want this same "back" button to take me to page3.html if I originally navigated from there)
Thank you in advance
I have a link on my main menu (index.html) to a page, lets call it page2.html in this instance. Page2.html has a "back" button which links back to my index.html page, I also have another page lets call it page3.html which also links to page2.html.
Question is how can I "program" the "back" button to take me back to the page the initial link originated from?
(in other words if we get to page2.html from the index page I want the "back" button to take me back to index.html, I also want this same "back" button to take me to page3.html if I originally navigated from there)
Thank you in advance
Comment