• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Target_self im applet?

Status
Für weitere Antworten geschlossen.

JasperMill

Neues Mitglied
Hallo ihr Altruisten,

meine Frage bezieht sich auf ein Applet das sich coolbanner nennt. Darin kann man die angezeigten Banner mit einem Link hinterlegen. Soweit so "cool". Was mich stört, ist die Tatsache, das man in dem unten gezeigten Code (muss in Seite eingefügt werden) nichts mit dem target="_self" ausrichten kann. Es wird einfach ein neues Fenster geöffnet. Und an die .class Datei kommt man nach meiner Recherche nicht ran. Da hätte ich noch vermutet kann man vorgeben wie sich der Link öffnen soll.
Meine Frage also...gibt es eine Lösung für dieses Problem? Ich würde sofern gar Keiner eine Idee hat auch in Erwägung ziehen, die ganze Arbeit damit zu vergessen und ein anderes Bannerscript zu nutzen. Ich würde mich freuen, wenn Jemand ein gut konfigurierbares für mich wüsste.

thanks a lot so far Jasper.

<APPLET CODE="coolbanner.class" WIDTH="468" HEIGHT="60" title="#">

<PARAM NAME="img1" VALUE="gfx/coolbanner/Banner1.jpg">
<PARAM NAME="link1" VALUE="index.php" rel="nofollow" target="_self">
<PARAM NAME="img2" VALUE="gfx/coolbanner/Banner2.jpg">
<PARAM NAME="link2" VALUE="index.php" rel="nofollow" target="_self">
<PARAM NAME="img3" VALUE="gfx/coolbanner/Banner3.jpg">
<PARAM NAME="link3" VALUE="test1.php" target="_self">
<PARAM NAME="img4" VALUE="gfx/coolbanner/Banner4.jpg">
<PARAM NAME="link4" VALUE="tes2.php" target="_self">
<PARAM NAME="img5" VALUE="gfx/coolbanner/Banner5.jpg">
<PARAM NAME="link5" VALUE="test3.php" rel="nofollow" target="_self">
<PARAM NAME="img6" VALUE="gfx/coolbanner/Banner6.jpg">
<PARAM NAME="link6" VALUE="test4.php" target="_self">
<PARAM NAME="img7" VALUE="gfx/coolbanner/Banner7.jpg">
<PARAM NAME="link7" VALUE="test5.php" rel="nofollow" target="_self">
<PARAM NAME="img8" VALUE="gfx/coolbanner/Banner8.jpg">
<PARAM NAME="link8" VALUE="test6.php" rel="nofollow" target="_self">


<PARAM NAME="speed" VALUE="1">
<PARAM NAME="delay" VALUE="6">

<PARAM NAME="useborder" VALUE="N">
<PARAM NAME="bordercolor" VALUE="#7">
<PARAM NAME="bordercolorred" VALUE="#7">
<PARAM NAME="bordercolorgreen" VALUE="#7">
<PARAM NAME="bordercolorblue" VALUE="#7">
</APPLET>
 
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben