[f.i.p.s.] the.site
Java Applet - Random Text |
RandomText1.class
|
Dieses Applet spricht für sich.
HTML-Einbindung |
<applet code="RandomText1.class" width="300" height="50" name="one"><param name="ALIGN" value="left"> <param name="BGCOLOR" value="255,255,192"> <param name="BORDER" value="out"> <param name="CHARACTERS" value="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"> <param name="FONTSIZE" value="20"> <param name="MESSAGE" value="Das Random Text Applet\von Eric Harshbarger"> <param name="RATE" value="50"> <param name="RUNORDER" value="clear|run|trigger(two)"> <param name="SOLVEORDER" value="backward"> <param name="SOLVERATE" value="2"> <param name="SOUND" value="hit.au"> <param name="TEXTCOLOR" value="0,0,0"> </applet> </p> <p align="center"> <applet code="RandomText1.class" width="500" height="24" name="two"> <param name="ALIGN" value="left"> <param name="VALIGN" value="center"> <param name="BGCOLOR" value="255,255,192"> <param name="FONTSIZE" value="14"> <param name="FONTSTYLE" value="plain"> <param name="MESSAGE" value="[f.i.p.s.] the.site| Java Applets, JavaScripts und mehr ...|"> <param name="MESSAGEORDER" value="no"> <param name="RATE" value="50"> <param name="RUNORDER" value="clear|suspend|run|wait(2500)|loopback(3)"> <param name="SOLVERATE" value="2"> <param name="SOLVECOUNT" value="2"> <param name="TEXTCOLOR" value="0,0,255"> </applet> |
Autor - Copyright |
|
The param tags are the lines which customize the applet to your needs. Following is a list of all the parameter options which are currently available. Note that the 'name=' of the parameter as typed into the HTML document SHOULD BE CAPTILIZED... it is not necessary to capitalize the 'value' attributes. Defaults (where described) indicate what appropriate values will be used if not explicitly given in the HTML document.
The default is simply 'run' (which means that the applet will run once then stop).