Hallo
Folgendes ich möchte gerne mit onClick auf eine neuseite Verweisen, doch sollte das ganez ohne ein größeres JavaScript funktioniern. Ich habe bisher nichts gefunden, was mir weiter helfen konnte. Hier mal ein auszug aus meiner Datei:
[...]
{
print ("
<tr>
<td class="menutd" onmouseover="this.style.backgroundColor='#770000';" onmouseout="this.style.backgroundColor='#990000';" onclick="window.location.href='http://forum.netzwerk-info.com/index.php';">
<a href="http://forum.netzwerk-info.com/index.php" target="_blank">-{ $nametwo[$i] }-</a>
</td>
</tr>\n");
[...]
Hat jemand eine Idee?
Danke Michael