Also ich versuche gerade meine Seite zum laufen zu bringen (www.chaotichf.bplaced.de). Die Bilder unten sollen bei einem klick das cpalead angebot öffnen bevor man weiter geleitet wird. Ich bin ziemlich sicher, dass ich sowohl den code im "head" als auch im "body" richtig eingefügt habe. Trotzdem passiert nichts wenn ich auf eines der Bilder klicke.
Wo ist mein Fehler?
PS: Sorry, wenn dies eher in den JavaScript Bereich passt, ich wusste es nicht besser.
Wo ist mein Fehler?
Code:
<!DOCTYPE html>
<html>
<head>
<title>Ebay Giftcards</title>
<script type="text/javascript" src="http://www.cpalead.com/show_cu.js?pub=181029"></script>
</head>
<body>
<center>
<h1> The gift: </h1>
<br><br>
<img src="ebay.jpg" alt="bild1">
<br><br>
<font size="4">
This gift can be found in <u>one</u> of the boxes. To open 1 box, you have<br>
to complete 1 simple offer ( just 25-40 seconds to complete an offer ). In case<br>
You choose the right box, you will have to send us your email. We will send<br>
you the 25$ coupon within 24 hours.
</font>
<br>
<h2>Choose one of the boxes</h2>
<!--Replace "onclick='' " with the first code - CPAlead-->
<img src="gift.jpg" alt="gift" height="120" onclick="startGateway('NDkxNzQ0');" />
<img src="gift.jpg" alt="gift" height="120" onclick="startGateway('NDkxNzQ0');" />
<img src="gift.jpg" alt="gift" height="120" onclick="startGateway('NDkxNzQ0');" />
<img src="gift.jpg" alt="gift" height="120" onclick="startGateway('NDkxNzQ0');" />
<br><br>
</center>
</body>
</html>
PS: Sorry, wenn dies eher in den JavaScript Bereich passt, ich wusste es nicht besser.
Zuletzt bearbeitet: