logo
Home
Free-Service
Online-Shop
Tassen & Co
CodeSnippets
WebTools
Software
Java/Scripte
Generatoren 
eKiwi Blog
Link zu uns
Impressum

Applet-Name: Kaboom
HTML - Code:

<APPLET CODE="shootingmenu.class" WIDTH="500" HEIGHT="90">
<PARAM NAME="demicron" VALUE="www.demicron.se">
<PARAM NAME="reg" VALUE="A00016">
<PARAM NAME="width" VALUE="500">
<PARAM NAME="height" VALUE="90">
<PARAM NAME="target" VALUE="">
<PARAM NAME="maxitems" VALUE="4">
<PARAM NAME="tip0" VALUE="Text zu Link1">
<PARAM NAME="item0" VALUE="Nr 1 ">
<PARAM NAME="url0" VALUE="http://www.ihreseite.com">
<PARAM NAME="tip1" VALUE="Text zu Link2">
<PARAM NAME="item1" VALUE="Nr 2">
<PARAM NAME="url1" VALUE="http://www.ihreseite.com">
<PARAM NAME="tip2" VALUE="Text zu Link3">
<PARAM NAME="item2" VALUE="Nr 3">
<PARAM NAME="url2" VALUE="http://www.ihreseite.com">
<PARAM NAME="tip3" VALUE="Text zu Link4">
<PARAM NAME="item3" VALUE="Nr 4">
<PARAM NAME="url3" VALUE="http://www.ihreseite.com">
</APPLET>

Erläuterungen: Der Parameter demicron darf nicht verändert werden. reg beinhaltet den Registrierungscode (laut readme-Datei ist dieses Applet Freeware).width and height legen breite und Höhe des Applets fest. mit target bestimmst du das Zielfenster und mit maxitems die Anzahl der Menüpunkt. tip(x) gibt den Text bei der Mouseover-Aktion an unditem(x) die Nummer des Menüpunktes. url(x) gibt die referenzierte Seite an.
Autor/Quelle:

Demicron

Download: click hier