KLBanner
Example of KLBanner
On your website it's only a 5 kB extra download for your vistors ! Download it here !
How do I use KLBanner ?
What are the parameters for KLBanner ?
|
NAME |
VALUE |
|
AppletHomePage |
http://go.to/javabase |
|
steps |
Number of redraws per line displayed |
|
delay |
Time between redraws |
|
distance |
Maximum distance travelled by a line |
|
fgcolor |
Foreground color in form RRGGBB in hex (like html body bgcolor) |
|
bgcolor |
Background color in form RRGGBB in hex |
|
mouse |
Color for mouse over if link provided |
|
font |
The font - Click here for options |
|
fontsize |
The font size |
|
fontstyle |
type i for italic and b for bold |
|
0 |
First line of text |
|
1 |
Second line of text |
|
... |
... |
|
n |
nth line of text |
|
L0 |
Link (full URL) from first line of text |
|
L1 |
Link from second line of text |
|
... |
... |
|
Ln |
Link from nth line of text |
|
T0 |
Target frame for first link |
|
T1 |
Target frame for second link |
|
... |
... |
|
Tn |
Target frame for nth link |
|
key |
Registration key |
Using javascript
In order to use javascript as a link, you must add MAYSCRIPT to your applet tag, eg:
<applet code="KLBanner.class" MAYSCRIPT>
You must then include your javascript as your link, for example:
<param name="L2" value="javascript:alert('hello')">
How can I register?