Exactamente como dice David el Grande.
He aqui un ejemplo:
Código HTML:
<form action="nose.php" method="post" id name="formulario">
<input type="text" name="campo" />
<input type="submit" name="Enviar" disabled />
<a href="pagina.php" target="_blank" onClick="javascript:document.formulario.Enviar.disabled = false"><img src="imagen.jpg"></img></a>
</form>