compiled by thepcsweb.com
14
Using the Menus
lThe menus are included in an HTML or ASP page using the <APPLET> tag
–Inserted in the HTML where you want the menu to appear.
lIn a table cell, aligned left/center/right, etc.  Great flexibility!
–The applet tag parameters configure the menu itself, additional <PARAM> tags provide detail on the menu content.
–Example (we’ll see the details later)
l
l <applet Code="apPopupMenu.class" Width="597" Height="28">
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="isHorizontal" value="true">
<param name="buttonType" value="3">
<param name="systemSubFont" value="true">
<param name="backPic" value="pix/bkgr.gif">
<param name="backColor" value="9999ff">
<param name="fontColor" value="ffffff">
<param name="font" value="Arial,11,1">
<param name="menuItems" value="...">
</applet>