compiled by thepcsweb.com
15
The <APPLET> tag
lThe basis for adding a menu to an HTML page.
lConfigured using tag attributes:
–CODE:  This is the name of the menu class file you’re using (e.g. “apPopupMenu.class”)
–CODEBASE: when the “.class” file are not in the same directory, the path to the directory where the “.class” file are located. Use a relative path (e.g. “../../menus/” or “different/directory/”) or absolute path (e.g. “http://yoursite.com/menus/” )
–WIDTH: the size (in pixels) of the menu horizontally.
–HEIGHT: the size (in pixels) of the menu vertically.