apChoiceMenu 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 Archive=apChoiceMenu.jar Width=120 Height=22>
<param name="Copyright" value="Apycom Software - www.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>
|