Forum Moderators: open
I already have a feature on my main (frameset) page that restores the page. For example, the URI "main.php?menu=home&sub=news" will restore the page so it shows exactly what would be shown if the user had selected menu item "home" and "home" subitem "news". (The navigation menu is in one of the frames.)
The button could, of course, just do "location.href = 'main.php?menu=home&sub=news';", but this would simply cause a complete page reload. I want the button to add the bookmark to the browser with no page reload.
Any ideas?
Thanks,
David