Pull Down Menu Example #1
This example demonstrates:
- Non-defined color parameters - by default the menu uses the colors of your OS
- Inactive items - target parameter equals "_"
- Click sound
HTML Source
<applet Code=apChoiceMenu.class Width=120 Height=22>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="font" value="TimesRoman,12,0">
<param name="clickSound" value="kap2.au">
<param name="menuItems" value="
{Apycom Software,http://www.apycom.com,_self}
{-,_,_}
{Test link #1,testlink.html,_self}
{Test link #2,testlink.html,_self}
{Test link #3,testlink.html,_self}
{Test link #4,testlink.html,_self}
{-,_,_}
{Contact Us,mailto:support@apycom.com,_self}
">
</applet>
How to setup the menu
|