Apycom Software Home apChoiceMenu Example #1  
Apycom Home Applets' Home Order Applets Download FAQ Contact
Previous Example Index Next
Parameters Frame Example Javascript Tips Applet Index

 

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>

 

Previous Example Example Index Next Example

Copyright (c) 1998-2002, Apycom Software