keeping active menu status in cookie
Hi,
I have to build my menu in js as my CMS has problems handling categories.
Usually I get my status through php but in this case it's not working.
However, therefore I have been using this menu as basic solution:
http://www.dynamicdrive.com/dynamicinde ... onmenu.htm
The main menu points are highlighted. But I need the same effect for the
sub menu points. When cklicked the status should become highlighted and
a new page is loading. To keep the highlight status, this has to saved in
a cookie, I guess. When a other sub menu point has been clicked the
cookie should been deleted an newly set for the new point.
Any idea how to handle such a task?
thanks
T.C.