Deshabilitar boton
Para habilitar: input type= "button" disabled= "true" /> Para deshabilitar: input type= "button" disabled= "false" /> si lo quieres habilitar o desabilitar desde javascript ante algún evento puedes hacer document.formulario.boton.disabled = false; document.formulario.boton.disabled = true;