compiled by thepcsweb.com
16
The <APPLET> tag
lYou can also add ID and NAME attributes that allow the menu to be referenced using JavaScript and DHTML
–Example:
<applet Id=“mnuPop” Name=“mnuPop” Code="apPopupMenu.class" ... >
lTwo other optional tags
–VIEWASTEXT:  displays the HTML code for the inserted menu rather than a graphical display when using a GUI editor such as Microsoft FrontPage or Visual InterDev
–MAYSCRIPT:  allows you to use JavaScript routines as the action of a menu selection rather than just a hyperlink to another page.  See the “JavaScript” section of this tutorial.