![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/02/2004, 04:27
|
![Avatar de KarlanKas](http://static.forosdelweb.com/customavatars/avatar11549_2.gif) | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Prueba a poner lo siguiente:
------- FUNCIÓN ------------------
function editaCajas(formu)
{
formu.ms1.value="";
formu.ms2.value="";
formu.ms3.value="";
}
------------ FORMULARIO --------------
<form name=<%=formu.getNombreF()+1%>>
<INPUT name="ms1" type="text" value="texto">
<INPUT name="ms2" type="text" value="texto">
<INPUT name="ms3" type="text" value="texto">
<img src=imagen.gif onclick=editaCajas(this.form)>
</form>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |