PDA

View Full Version : Drop down menu


FrEaKmAn
August 31st, 2006, 12:57 PM
Hi

I'm searching for drop down menu that will stay the same after we refresh. So when we "open" navigation and refresh it closes again so I'm looking for menu that will stay hidden or revealed even if we refresh. Probably something do to with cookies??

degsy
August 31st, 2006, 01:15 PM
If it is a Javascript menu then you are reliant on Javascript for the menu state.

You could use Javascript to write a cookie with the state of the menu.
If you have a database then you could use Ajax to dynamically update the database.

FrEaKmAn
August 31st, 2006, 01:25 PM
yes I know javascript but most of menus are build on onlclick(change... system. Can you supply more info about your suggestion?