Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/04/2008, 16:14
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 2 meses
Puntos: 21
Ayuda: cual es el error en este codigo

Codigo:

<textarea name="mensaje" onfocus = "if(this.value=='Escribe aquí tu comentario.') this.value=''" onblur = "if(this.value=='') this.value='Escribe aquí tu comentario.'"class="transparente" style=" color: #000099" cols=30 rows=5 wrap=virtual> </textarea>

mirar lo q sucede en: www.nutrimel.com.ar/simple_form.php (borrar el espacio en el textarea, hacer click fuera, y van a ver q aparece)

Salu2!