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

 

apMenu Example #3

This example demonstrates:

  • User defined browser's status string
  • Fade type 12
  • Menu structure loads from "menu.txt" file
  • Items aligned vertically
  • Text aligned to left

HTML Source

<applet Code="apMenu" Archive="apMenu.jar" Width = "90" Height = "225">
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="isHorizontal" value="false">
<param name="statusString" value="Navigate my site using this menu!">
<param name="fadeType" value="12">
<param name="fadeSteps" value="40">
<param name="fadeDelay" value="17">
<param name="backColor" value="ffffce">
<param name="backHighColor" value="005c5c">
<param name="fontColor" value="000000">
<param name="fontHighColor" value="ffffff">
<param name="font" value="TimesRoman,11,2">
<param name="menuItemsFile" value="menu.txt">
</applet>

menu.txt

{Apycom,testlink.html,_self}
{apMenus,testlink.html,_self}
{apMenu,testlink.html,_self}
{apPopupMenu,testlink.html,_self}
{apButtonMenu,testlink.html,_self}
{apImageMenu,testlink.html,_self}
{Features,testlink.html,_self}
{Setup,testlink.html,_self}
{Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{Javascript,testlink.html,_self}
{FAQ,testlink.html,_self}
{Download,testlink.html,_self}
{Contact,testlink.html,_self}
{Links,testlink.html,_self}

 

Previous Example Example Index Next Example

Copyright (c) 1998-2001, Apycom Software