Also:
<td valign="top">
<a href="Javascript:OpenFenster('g','bella.htm',560,495,144,130);"
onMouseOver="Bildwechsel(4,Highlight4)"
onMouseOut="Bildwechsel(4,Normal4)">
<img src="rollover_trans/z3indi01_a.gif" alt="Bella Macchina" border=0 height=22 width=162 name="bella"></a></td>
funktioniert
und
td valign="top">
<a href="Javascript:OpenFenster('g','bella.htm',560,495,144,130);" onMouseOver="window.status='tryme'; return true;"
onMouseOut="window.status='tryother'"; return true;">
<img src="rollover_trans/z3indi01_a.gif" alt="Bella Macchina" border=0 height=22 width=162 name="bella"></a></td>
funktioniert auch.
Ich kann aber die beiden nicht kombinieren. vielleicht bin ich wirklich zu blöd, aber das muß sein.
gruß
volker
Hallo !
Probier's mal mit dem Semikolon und 'return true;'.
Mit dem Statustext klappts..
Ich schätze, daß deine Prozeduren dann auch klappen..<td valign="top">
<A HREF="Javascript:OpenFenster('g','british.htm',547,495,144,130)"
onmouseOver="window.status='123';return true;"
onmouseOut="window.status='321';return true;">
<img src="rollover_trans/z3indi02_a.gif" alt="British traditional" border=0 height=22 width=179
name="british"></a>
</td>Bis dann
Michael