Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/06/2004, 17:58
Avatar de The_omars
The_omars
 
Fecha de Ingreso: marzo-2004
Mensajes: 271
Antigüedad: 20 años, 2 meses
Puntos: 0
function desactiva(obj) {
frm=obj.form.elements;
for(i=0;i<frm.length;i++)
if(frm[i].type=='submit')
frm[i].disabled= !obj.checked;

}


prueba esto.

esta funcion desabilita un boton tipo submit
ojala y te sirva