Ver Mensaje Individual
  #9 (permalink)  
Antiguo 02/09/2008, 14:38
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 16 años, 6 meses
Puntos: 416
Respuesta: activacion de boton

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>