Salve,
ist es das was Du suchst?
<body style="background-color:green">
<input type="button" name="button" value="Klick"
onclick="document.body.style.backgroundColor='#dddddd';document.getElementById('blafasel').style.backgroundColor='yellow';">
<table>
<tr>
<td id="blafasel" style="background-color:blue">
hallo welt
</td>
</tr>
</table>
</body>
gruss
Björn
Hi,
ich möchte, dass sich beim klick auf eine Link nur ein kleines Fenster geöffnet wird und man die Seite auf der der Link ist trotzdem noch sieht.
Wäre nett, wenn jemand eine Lösung hat!