Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/04/2008, 03:03
quimfv
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Sabadell
Mensajes: 4.897
Antigüedad: 16 años, 8 meses
Puntos: 574
Re: datos textarea

tituloesp=document.form1.tituloesp.value;
textoesp=document.getElementById('textoesp').value;

creo que

textoesp=document.form1.textoesp.value;

tambien tiene que funcionar...

(<textarea id="textoesp" ... > no?)

Quim