Forum Moderators: open

Message Too Old, No Replies

Collapsible menu reload state

         

dreamer

3:13 am on Aug 3, 2004 (gmt 0)

10+ Year Member



Hi:

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 :)

korkus2000

2:08 pm on Aug 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld dreamer,

I think the only way to achieve this is to either set a varable that tells you what page you are on in the script to expand that node or just use a script on each page that has that node expanded.

dreamer

1:46 am on Aug 4, 2004 (gmt 0)

10+ Year Member



ty korkus, i will give this a try.