Is there a way to add / update / delete pre-defined menu-items via Javascript? I define all of my menu-items in a .JS file that I just include in the HTML. I also need the ability to show / hide a menu-item (or sub-items) via Javascript based upon what choices a user selects on a Form.
I'm trying to allow the user to save custom search criteria as a cookie, then load a submenu-item with their previously defined searches. For example:
Search the Database >
My open items ...
My closed items ...
Thanks - Todd