![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/02/2011, 19:38
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 20
Antigüedad: 16 años, 3 meses Puntos: 0 | |
Respuesta: problema con submit() la funcion javascript es esta (el formulario se llama f):
function check_submit()
{
if (f.email.value != f.email2.value)
{
alert('emails don\'t match, please fix them and retry');
return;
}
else
{
//Enviar el los datos al servidor
document.f.submit();
}
Por que no funciona con el boton anterior? |