Also in JavaScript klappt die Sache. Mir fehlt nur noch die Anweisung, die URL im mainFrame zu öffnen.
Hier das Beispiel:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100" height="30" onMouseover="this.bgColor='#008400'" onMouseout="this.bgColor='#E0EFD4'" onclick="location.href='../temp.html target=mainFrame'"><div align="center">Begriff 1</div></td>
Wie muß ich den mainFrame adressieren, ohne dem funktioniert es??????????
Hier das Beispiel:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100" height="30" onMouseover="this.bgColor='#008400'" onMouseout="this.bgColor='#E0EFD4'" onclick="location.href='../temp.html target=mainFrame'"><div align="center">Begriff 1</div></td>
Wie muß ich den mainFrame adressieren, ohne dem funktioniert es??????????