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

Toggle Effekt funktioniert nicht

Status
Für weitere Antworten geschlossen.

FleyerShaver

Neues Mitglied
Folgenden Code habe ich:
PHP:
<a href="#" onclick="Effect.toggle('addgames','BLIND'); return false;">Gamelinks</a> | 
<a href="#" onclick="Effect.toggle('rateit','BLIND'); return false;">Game bewerten</a>
<div id="addgames" style="display:none;"><div style="background-color:#ff8080;width:600px;border:2px solid red;padding:10px;">
<?php
echo '
    <table width="0" border="0">
  <tr>
    <td width>Link:</td>
    <td width=201><input type="text" value="&lt;a href=&quot;http://www.gandc.de/infusions/arcade/games.php?game_id='.$game['lid'].'&quot;&gt;'.$game['title'].'&lt;/a&gt; " readonly="true"></td>
  </tr>
  <tr>
    <td>Popup</td>
    <td><input type="text" value="&lt;a href=&quot;http://www.gandc.de/gamepopup.php?id='.$game['lid'].'&quot;  target=&quot;detail&quot; onclick=&quot;javascript:window.open(\'\',\'detail\',\'width='.$width.', height='.$height.', directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no\')&quot;&gt;'.$game['title'].'&lt;/a&gt;" readonly="true"></td>
  </tr>
  <tr>
    <td>Iframe</td>
    <td><input type="text" value="&lt;iframe src=&quot;http://www.gandc.de/gameiframe.php?id='.$game['lid'].'&quot; height=&quot;100&quot; width=&quot;150&quot;marginheight=&quot;0&quot; marginwidth=&quot;0&quot; frameborder=&quot;0&quot;&gt;" readonly="true"></td>
  </tr>
</table></div></div>
';
echo '<div id="addgames" style="display:none;"><div style="background-color:#ff8080;width:600px;border:2px solid red;padding:10px;">Test</div></div>';
Dieser Effekt soll wie wie auf http://gandc.de/infusions/arcade/test.html aussehen. Leider passiert nichts wenn man auf den Link klickt. Das kann man hier wenn man unter dem Game auf Optionen klickt: GandC.de Games and Cheats Flashgames für die eigene Hompage
 
Hallo,

das Dumme ist, dass auf Deiner Seite bereits während des Ladens zu einen javaScript-Fehler kommt. Kann es sein, dass hier ein folgefehler entsteht?

Gruß,
Jumper, the II.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben