Apycom Software Home apPulseMenu Example #6  
Apycom Home Applets' Home Purchase Download FAQ Contact
<< Prev Example Index Next >>
Parameters Frame Example Javascript Tips Applet Index

 

apPulseMenu Example #6

This example demonstrates:

  • User defined browser's status string
  • Pulse type 9
  • Menu structure loads from "menu.txt" file
  • Items aligned vertically
  • Text aligned to center

HTML Source

<applet Code=apPulseMenu Archive=apPulseMenu.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="9">
<param name="fadeSteps" value="35">
<param name="fadeDelay" value="10">
<param name="backColor" value="eeeeff">
<param name="backHighColor" value="5c5c00">
<param name="fontColor" value="000000">
<param name="fontHighColor" value="ffffff">
<param name="alignText" value="center">
<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-2002, Apycom Software