![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/11/2003, 16:09
|
|
Mas o menos algo como así entendí, puedes agregar un javascript que cuando carga la ventana el boton este disabled y al dar un click en el check activar el boton así:
<head>
function Activa()
{
document.formulario.boton.disabled = false;
}
</head>
input name="txtcheck" type="checkbox" id="txtcheck" value="checkbox" onClick="javascript:Activa()"> |