![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/07/2009, 01:29
|
| | Fecha de Ingreso: abril-2008
Mensajes: 141
Antigüedad: 16 años, 9 meses Puntos: 0 | |
Respuesta: Como se escribe con javascript en un textarea? Algo haces mal porque con el value te tiene que funcionar.
Código html:
Ver original <script type="text/javascript"> function texto (){ document.getElementById ("t").value = "sfd"; } <input type="button" value="clic" onclick="texto ();"/>
|