Forum Moderators: open
I'm using a javascript expandable/collapsible tree menu as navigation for a website. When the site is first opened, the menu is collapsed, as desired.
How can I program it such that when the menu is expanded (to any state), I can click on a menu item and have the page reload with the menu in the currently expanded state?
(I realize this wouldn't be a problem with frames but I have to use tables, so the menu is in the left cell and the body of information is in the right cell).
Any help appreciated :)