[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>


Weitere Erklärungen zu den Parametern in Englisch ==>

 

Autor - Copyright


Autor - Copyright:
Eric C. Harshbarger - Sun Microsystems, Inc.

gefunden auf
Joshi's Java Page

 

[f.i.p.s.] the.site <> eMail

 

 

Erklärungen

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.

  1. ALIGN
  2. BACKGROUND
  3. BGCOLOR
  4. BORDER
  5. CHARACTERS
  6. FONTSIZE
  7. FONTSTYLE
  8. MESSAGE
  9. MESSAGEORDER
  10. RATE
  11. RUNORDER
  12. SOLVECOUNT
  13. SOLVEORDER
  14. SOLVERATE
  15. SOUND
  16. TARGET
  17. TEXTCOLOR
  18. URL
  19. VALIGN