Leva l'input tipe SUBMIT e mettici un input BUTTON,

OK

sull'OnClick del quale, in JS, esegui il submit del form.


<form name="form" method="post" action="next.asp" >

<input name=uno type=text>
<a onclick=clicka()>
<input type="submit" name="vai" value="vai">
</a>
</form>


Come fare clicka?