mattzsimon
Programmer
I'm having some trouble with the code below... it wont submit the form £¬¬ !!
the codes below are on the same html file called 'cadastro.html'
i think the problem is with the 'onsubmit'
maybe something is missing!
help please!! lol
----------------------------------------------
<script type="text/javascript">
function fn_envia(){
return true;
}
</script>
----------------------------------------------
<form name="f1" method="post" action="destino.asp" onsubmit="return(fn_envia());">
----------------------------------------------
<input class="botao" type="submit" name="enviar" value="Enviar">
----------------------------------------------
the codes below are on the same html file called 'cadastro.html'
i think the problem is with the 'onsubmit'
maybe something is missing!
help please!! lol
----------------------------------------------
<script type="text/javascript">
function fn_envia(){
return true;
}
</script>
----------------------------------------------
<form name="f1" method="post" action="destino.asp" onsubmit="return(fn_envia());">
----------------------------------------------
<input class="botao" type="submit" name="enviar" value="Enviar">
----------------------------------------------