On my new page i have this menu system (full code here http://www.dynamicdrive.com/dynamicindex1/navigate1.htm from dynamicdrive.com, but i cant get the persistant folding to stick. As soon as you close the browser an open it once again it will forget witch menu you had open, i want the menu to remember it for lets say 14 days or so, since my users are regular visitors. You can se my forum at http://ny.virringby.dk (its in danish)
Bjarke - Without looking at the code, I imagine you will need to set a cookie or session variable to store the individual users' last menu selection.
Search Google for "How to set a cookie".
You'll then need to look into the menu code and see if you can set a default value. I doubt the menu is in ASP so you may get a better response at a DHTML help forum.
Cheers,
Andrew
====================================================== There have been many, many forum posts made throughout the world... This was one of them!