Hallo Thomas,
im IE funktioniert folgende Lösung mit onclick.
Das ist aber bestimmt nicht offizieller Standard...
<table border=1 width=100 height=100>
<tr>
<td onclick="alert('jetzt klappts')">
</td>
</tr>
</table>
Gruß
SD
Hallo Thomas,
im IE funktioniert folgende Lösung mit onclick.
Das ist aber bestimmt nicht offizieller Standard...
<table border=1 width=100 height=100>
<tr>
<td onclick="alert('jetzt klappts')">
</td>
</tr>
</table>
Gruß
SD