![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/09/2005, 13:15
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 8 meses Puntos: 7 | |
entonces seria algo asi...
for (i=0;i<form.length;i++) {
var temp=form.elements[i];
if ((temp.type=="text"||temp.type=="textarea")) {
temp.value='';
}
}
__________________ No tengo firma ahora... :( |