
31/10/2014, 14:49
|
 | | | Fecha de Ingreso: septiembre-2009 Ubicación: /home/dev/
Mensajes: 73
Antigüedad: 15 años, 6 meses Puntos: 7 | |
Respuesta: Obtener texto de textarea Prueba así:
Código Javascript :
Ver originalfunction inicio(){ var p1 = document.getElementById("pre1").value; alert(p1); }
|