This Applet is very generalised one. Here text on the left side is Heading and on right side is its Description. In this applet you can change the heading text,description text and its link with its target. You can also change its Background color of heading and text and also Text color of Heading and Description. You can also specify the typing speed and delay time after one complete message was displayed (it should be given in milli second). You can also change the fontsize and fontname. Value of the heading,description and its link are taken from the InfoText.txt file. Or optionally from the parameter called filename(complete url of the text). |
| Note for adding this
applet to your page : Put Following line in your page. You can leave any parameter here. Applet will take its default value. <applet CODE="Scroll.class" WIDTH="450" HEIGHT="30" ALIGN="middle"><param name="typingspeed" value="200"> <param name="delayTime" value="200"> <param name="fontname" value="Courier"> <param name="fontsize" value="16"> <param name="headbcolor" value="255,0,0"> <param name="descbcolor" value="0,0,255"> <param name="headtextcolor" value="0,0,0"> <param name="desctextcolor" value="255,0,0"> <param name="targetwindow" value="_blank"> <param name="filename" value="http://www.angelfire.com/sk/saketkumar/InfoText.txt"> </applet> |
| Note for creating
InfoText.txt file : Create file like this, First one is Heading, Second one is its Description and third one is its Link. General|General Information About
Myself|http://www.angelfire.com/sk/saketkumar/frmain.html Each text should be separated by | (pipeline) and each line
should be separated by newline. |