Text Crawler Applet



Author: Unknown


This applet welcomes visitors to your site with their user and domain name. To add this applet to your site, follow the directions below.


1. Download GatutTextCrawler.class and load it in your home page 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="GatutTextCrawler.class" width=400 height=30> <param name=fsize value="25"> <param name=fonttype value=helvetica> <param name=lbl value="Welcome To The Java Shoppe"> <param name=speed value="20"> </applet>


Back to the Applets!