Hi
I have made a variety of forms, but I just made one with only one input field type="text". The mysterious case is that when I press enter, the page reloads and places the values in the url!!
Why does it do that, and how do I prevent it???
If I make one more text field it doesn't happens!!
(The form action is not defined because I use ajax to handle the form)HTML Code:<html> <body> <form name="testform"> <input type="text" name="testinput"> </form> </body> </html>


Reply With Quote
Bookmarks