Hallo,
Wie wärs denn damit?
<html>
<head>
<script type="text/javascript">
<!--
function zuweisung(Reihe,Spalte) {
document.deinform.deinfeld.value=Reihe+","+Spalte;
}
//-->
</script>
</head>
<body>
<table>
<tr>
<td onclick="zuweisung(1,5)">1,5</td>
<td onclick="zuweisung(2,6)"> 2,6</td>
</tr>
</table>
<form name="deinform">
<input type="text" name="deinfeld">
</form>
</body>
</html>
Gruß
Alexander Brock
--
Selfcode: ss:{ zu:| ls:# fo:| de:] va:} ch:? sh:( n4:? rl:? br:> js:) ie:{ fl:| mo:}
Deshalb können Pinguine nicht fliegen:
Was nicht fliegt kann auch nicht abstürzen
Selfcode: ss:{ zu:| ls:# fo:| de:] va:} ch:? sh:( n4:? rl:? br:> js:) ie:{ fl:| mo:}
Deshalb können Pinguine nicht fliegen:
Was nicht fliegt kann auch nicht abstürzen