
19/04/2012, 13:16
|
| | Fecha de Ingreso: abril-2012 Ubicación: Sevilla
Mensajes: 10
Antigüedad: 12 años, 10 meses 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);"> |