Apycom Software Home XP Web Buttons Example #3  
Apycom Home Web Buttons Purchase Download FAQ
<< Prev Example Index Next >>
Parameters Frame Example Javascript Tips Menu Index

 

XP Web Buttons Example #3

Apycom Java Applets

This example demonstrates:

  • User defined colors for background, buttons, font
  • 3D background
  • Item icons -
  • Disabled items - target parameter equals "_"
  • Button type 3 ("silver style buttons on mouseover")
  • Separators
  • Vertical menu direction
  • Text aligned to left
  • Browser's status bar shows item link
  • User defined loading message

HTML Source

<applet Code=apXPButtonMenu.class Width=140 Height=188>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="isHorizontal" value="false">
<param name="buttonType" value="3">
<param name="status" value="link">
<param name="alignText" value="left">
<param name="backColor" value="66bb00">
<param name="buttonColor" value="77dd00">
<param name="fontColor" value="ffffff">
<param name="loadingString" value="Data loading...">
<param name="font" value="Arial,11,0">
<param name="menuItems" value="
     {Apycom Software,http://www.apycom.com,_self,pix/new24-16.gif}
     {-}
     {Menu Applets,testlink.html,_self,pix/new24-08.gif}
     {Parameters,testlink.html,_self,pix/new24-22.gif}
     {Examples,testlink.html,_,pix/new24-01.gif}
     {Download Menus,http://www.apycom.com/download/apmenu.zip,_self,pix/new24-24.gif}
     {-}
     {Contact Us,mailto:support@apycom.com,_self,pix/new24-25.gif}
     ">
</applet>

How to setup the menu

 

<< Previous Example Example Index Next Example >>



Copyright (c) 1998-2009, Apycom Software