Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/01/2008, 03:46
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 2 meses
Puntos: 62
Re: Desabilitar un boton para que solo envie el form al hacer click

si no quieres usar el "enter", asi a botepronto se me ocurre:

Código HTML:
<form ... id="formulario" onsubmit="return false"> 
cambiar el submit por un input:
Código HTML:
<input type="button" ... onclick="enviar_form()" /> 
javascript:
Código:
function enviar_form()
 {
   // validaciones bla bla ...
   var formulario=document.getElementById('formulario');
   formulario.submit();  
 }
todo esto no lo he probado, pero creo que funcionara, suerte!!!
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan