Apycom Software Home Website Buttons Example #5  
Apycom Home Website Buttons Home Purchase Download FAQ
<< Prev Example Index Next >>
Parameters Frame Example Javascript Tips Menu Index

 

Website Buttons Example #5

Apycom Java Applets

This example demonstrates:

  • Mouse over sound and click sound
  • Button type 5
  • Text aligned to right
  • Vertical menu direction

HTML Source

<applet Code=apButtonMenu.class Width=80 Height=153>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="buttonType" value="5">
<param name="alignText" value="right">
<param name="status" value="text">
<param name="overSound" value="pix/pop.au">
<param name="clickSound" value="pix/out.au">
<param name="backColor" value="ffcc00">
<param name="backHighColor" value="6699ff">
<param name="fontColor" value="000000">
<param name="fontHighColor" value="ffffff">
<param name="font" value="Arial,10,1">
<param name="menuItems" value="
    {Apycom,testlink.html,_self}
    {Applets,testlink.html,_self}
    {Parameters,testlink.html,_self}
    {Examples,testlink.html,_self}
    {FAQ,testlink.html,_self}
    {Links,testlink.html,_self}
    {Javascripts,testlink.html,_self}
    {Download,testlink.html,_self}
    {Contact Us,testlink.html,_self}
    ">
</applet>

How to setup the menu

 

<< Previous Example Example Index Next Example >>



Copyright (c) 1998-2009, Apycom Software