![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/10/2014, 14:49
|
![Avatar de dAvidcA](http://static.forosdelweb.com/customavatars/avatar321901_1.gif) | | | Fecha de Ingreso: septiembre-2009 Ubicación: /home/dev/
Mensajes: 73
Antigüedad: 15 años, 4 meses Puntos: 7 | |
Respuesta: Obtener texto de textarea Prueba así:
Código Javascript :
Ver originalfunction inicio(){ var p1 = document.getElementById("pre1").value; alert(p1); }
|