search for: formentry

Displaying 1 result from an estimated 1 matches for "formentry".

Did you mean: commentry
2006 Nov 23
3
Prototype Safari onSubmit Issues
...Change too well. Upon the return key, it blanks out the form. Upon tabbing to the next field (actually the next form), I get the results. <form name="form1" id="form1" action="#" method="post" onSubmit="return false;"> <input class="formentry" type="text" id="x_hotel" size="20" value="" onChange="getNames(this.form)" /> </form> I''ve tried taking out the onSubmit altogether, as well as tried onSubmit="", but neither seems to work as it just clears out the...