Cattskittee
New Member
I have a web-page and withing that page I am using an \[code\]iFrame\[/code\]. this \[code\]iFrame\[/code\] contains two buttons previous & next. On next button click I change the source of \[code\]iFrame\[/code\] to lets say \[code\]page2.html\[/code\] and on previous button click i change the source back to \[code\]page1.html\[/code\]. Issue is when i click the browser back and forward buttons it causes the \[code\]iFrame\[/code\] to navigate (depicting the functionality of those above buttons). How can I avoid this, that is on browser back button click previous page should be loaded (of browser's rather iframe's).Thanks