What am I missing?

My form does not submit when I hit enter in the text box.
I do something approximately like this :

<form action="index.php?s=add" method=post>
....
<input type=text name=bongabe value=something> 
...
<input type=submit value=submit name=submit>

//

Thanks in advance.

Reply via email to