Hola, mira ps ahi lo puedes ver
Código HTML:
<html>
<head>
<script type="text/javascript">
var valor="T";
onload=function(){
if(valor=="Y")
activar();
else
desactivar();
}
function activar(){
document.forms[0].botonEjem.disabled=false;
}
function desactivar(){
document.forms[0].botonEjem.disabled=true;
}
</script>
</head>
<body>
<form method="post" action="">
<a href="acuhtml/imgproduc.php?prefix=%%prefix%%&servidor=%%servido r%%" target="_top"><input type="button" name="botonEjem" value=" Otra Imagen" class="boton" />
</a>
</form>
</body>
</html>