Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/09/2004, 05:15
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes
Puntos: 772
Hola xias.

Prueba con esto:

<input type="text" id="txt" />
<input type="button" value="Aceptar" onclick="document.getElementById('celda').innerHTM L=document.getElementById('txt').value" />
<table>
<tr>
<td id="celda">&nbsp;</td>
<tr>
</table>

Saludos,