Ver Mensaje Individual
  #10 (permalink)  
Antiguo 19/04/2012, 13:16
joaquintous
 
Fecha de Ingreso: abril-2012
Ubicación: Sevilla
Mensajes: 10
Antigüedad: 12 años
Puntos: 0
Respuesta: Value Lista en TEXTArea

MARAVILLOSO!!!!!!!!!!!!! Me funciona!! Eres un Máquina!!! Mil gracias...

Pero una pregunta...

Si yo tengo esto:

<script type="text/javascript">
function textareablanco1(){
document.getElementById ('resultadoerrores').value =""
}
</script>


Para que me limpie el textarea 'resultadoerrores', ¿cómo se lo pongo al onchange?


<select id="textos" onchange="agregar(this.id);">