<html> <head> </head> <body onLoad="document.formu.enviar.disabled=false"> <form name="formu" action="" method="post"> <input type="submit" name="enviar" value="enviar" disabled /> </form> </body> </html>