How to create dynamic menus in a web based form

How can i create dynamic menus in a web based form of Lotus Notes,i mean user can change the menus accordind to his choice without having designer authority.It does’t matter how i create it using JavaScript or any other wayHelp me out

Subject: How to create dynamic menus in a web based form

That’s actually pretty easy, Amy – a computed-for-display field in passthru HTML is all you really need. You can base that on a profile-type document (either a genuine Profile Document, or a normal data document designed to work as a user profile). Exactly what the menu field would look like depends on where you want it to appear and what the content should look like. The “modern” trend, though, has been to create an unordered list (

    ) where every list item (
  • ) contains a link, and use CSS to style the list to look and act like a menu.