Banner Plus Applet



Author: Unknown


This is a great banner applet that welcomes your visitors, tells them how long they have been on your page, and gives the time and date. To add this applet to your page, follow the directions below.


1. Download Banner.class and load it in your homepage directory.

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

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="Banner.class" width="400" height="65"> <param name=speed value="95"> <param name=fontnum value="0"> <param name=fontsize value="36"> <param name=bwidth value="100"> <param name=drawframe value="1"> <param name=rtime value="1"> <param name=ctime value="1"> <param name=forward value="1"> <param name=flicker value="0"> <param name=text value="Welcome webmasters and homepage fanatics....This is The Java Shoppe"> <!param name=background value="000000"> <param name=bcolor value="000000"> <param name=fcolor value="ffffff"> <!param name=href value=""> </applet>


Back to the Applets!