compiled by thepcsweb.com
85
Using JavaScript
lSo far, we’ve only seen the ability for a menu selection to launch another hyperlink
lWhat if we want the menu selection to do something else?  How about…
–Validate a form entry?
–Take specific action based on a form selection?
–Perform computations?
lCan we do this?  Of course!  The menus support JavaScript as the Item Link within each menu item.
–Let’s see how this works…