Features
|
<APPLET CODE=radar.class HEIGHT=200 WIDTH=200></APPLET>
The applet then looks like upper this page. Links targeting the following:
| Herzlich Willkommen! | deutsch/index.html |
| Welcome! | english/index.html |
| Accueil! | francais/index.html |
| (c) Sebastian Wallroth | http://members.aol.com/frankfurto/wu.html |
<APPLET CODE=radar.class HEIGHT=200 WIDTH=200>
<PARAM NAME="Verzoeger" VALUE="10">
<PARAM NAME="backR" VALUE="0">
<PARAM NAME="backG" VALUE="0">
<PARAM NAME="backB" VALUE="0">
<PARAM NAME="url1" VALUE="deutsch/index.html">
<PARAM NAME="Text1" VALUE="Herzlich Willkommen!">
<PARAM NAME="TextBreite1" VALUE="105">
<PARAM NAME="Schriftart1" VALUE="Helvetica">
<PARAM NAME="Schriftgroesse1" VALUE="10">
<PARAM NAME="X1" VALUE="50">
<PARAM NAME="Y1" VALUE="50">
</APPLET>
Verzoeger |
Delay. The higher this number the slower the animation. |
BackR |
Red-, green and blueparameters of the background color. 0,0,0 is black; 255,255,255 is white; |
url1 |
Target of link 1. If the link does not start with 'http:', 'ftp:','file:' or 'mailto:', the adress of the starting .html file will be added. VALUE="" makes, that the text is not a link. |
Text1 |
Text of link 1. VALUE="" makes, that no text will be shown. |
TextBreite1 |
Width of text 1 in pixels. Estimate please. VALUE="0" makes, that the text is not a link and is not glowing. |
Schriftart1 |
Font of text 1. Helvetica, TimesRoman or Courier. |
Schriftgroesse1 |
font size of link 1 in Pica. |
X1 |
x-coordinate of link 1 in pixels. Lower left corner. 0 = left, as left can, WIDTH = right as possible |
Y1 |
y-coordinate of link 1 in pixels. Lower left corner. 0 = top, HEIGHT = deep down |
Click here to download.