Click to See Complete Forum and Search --> : 'Menu and submenus' problem


Djamboff
09-19-2003, 02:50 AM
I have a site made as follows :
- index.htm containing frames (top,left,main)
- menu list loaded in left
- after choosing an item in this menu - submenu list is loaded in main
- after choosing an item from the submenu list in main - some htm-file is loaded in all screen.
I want to go back from this page to the frame index.htm with menu in left and the last submenu in main.(some visitor may want to choose another item from this submenu).

I have some ideas, for example to use global variable equal to the number of last chosen menu item and to reload index.htm with this variable (using onLoad function which loads in 'main', submenu corresponding to this variable) but still I haven't final decision .

Any suggestions are welcome . Valentin.