Was ist daran falsch? Beim Überfahren der Zelle, soll sich der Zelleninhalt ändern:
<html>
<head>
<title>test</title>
<script type="text/javascript">
<!--
function In () {
document.getElementsByName("Ziel")[0].firstChild.nodeValue = test;
}
//-->
</script>
</head>
<body>
<table border="1">
<tr>
<td onMouseOver="In ()" name="Ziel">
</td>
</tr>
</table>
</body>
</html>
MfG pave
<html>
<head>
<title>test</title>
<script type="text/javascript">
<!--
function In () {
document.getElementsByName("Ziel")[0].firstChild.nodeValue = test;
}
//-->
</script>
</head>
<body>
<table border="1">
<tr>
<td onMouseOver="In ()" name="Ziel">
</td>
</tr>
</table>
</body>
</html>
MfG pave
Kommentar