Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/06/2007, 10:24
yesmina
 
Fecha de Ingreso: diciembre-2004
Mensajes: 133
Antigüedad: 20 años, 1 mes
Puntos: 0
Pregunta Habilitar y Deshabilitar elementos del Form

holas espero me puedan ayudar,AHORA TENGO OTRO PROBLEMA.

-->aqui les envio en codigo:InsertarBC.php

Código HTML:
function Deshabilitar(form){ 
	frmbcono.cat.disabled = true;
	frmbcono.subcat.disabled = true;
	frmbcono.activo.disabled = true;
	frmbcono.nom.disabled = true;
	frmbcono.descri.disabled = true;
	frmbcono.acceso.disabled = true;
	frmbcono.est.disabled = true;
	frmbcono.guardar.disabled = true;
}

</script> 
Código PHP:
<form name="frmbcono" method="post" action="procBConocimiento.php" enctype="multipart/form-data">

//......aki estan los elemtos que desea deshabilitar

   
<input type="submit" name="guargar"  class="boton" value="Guardar" onClick="Deshabilitar(this.form)" >
   <
input type="hidden" name="tipo" value="ibconocimiento">         
   <
input type="submit" name="detalle"  class="boton" value="Registrar Detalle" disabled>    
      
</
form
-->La función Deshablitar NO FUNCIONA cuando hago click en boton GUARDAR ..

espero puedan ayudarme..GRACIAS
__________________
Mina

Última edición por yesmina; 02/06/2007 a las 10:30