ActiveMenu: Example #1

To view the applet tags in use above, right click inside this frame and choose View Source

The above example shows four ActiveMenus side by side, altogether looking like a single 'menubar'. To prevent the menu-entries linking anywhere, a dollar sign ($) has been used in place of the URL values.

Note that although HTML is supposed to ignore blank lines, in the case of applets it isn't enough to set HSPACE to 0 in order to place the applets side by side: there'll still be a gap between them. You must ensure that the </APPLET> tag at the end of the first applet is immediately followed by the <APPLET...> tag of the next, and so on. In addition, set ALIGN=TOP for each applet.

In all the applets above, TouchSensitive is set to yes, and only SoundButtonDown is used.