Ticker






Author: dZyners.com


A cool ticker applet that lets your visitors control the direction of the scrolling. You can also add the date to the applet as you can see in the first example. To add this feature to your page, follow the directions below.


1. Download Ticker.class and load it in your homepage directory on your server.

2. Copy and paste the html code brlow on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your Server Directory Here/" code="Ticker.class" height=61 width=500> <param name="text" value="This is the Ticker Applet"> <param name="date" value="true"> <param name="border" value="black"> <param name="ink" value="blue"> <param name="arrow" value="red"> <param name="paper" value="gold"> <param name="page" value="black"> <param name="shadow" value="gray"> <param name="sleep" value="30"> <param name="copyright" value="www.dZiners.com"> <param name="author" value="Igal Sapir"> <param name="direction" value="toggle"> </applet>


Back to Applets pg 4!