Displaying 1 result from an estimated 1 matches for "x_hotel".
Did you mean:
e_hotel
2006 Nov 23
3
Prototype Safari onSubmit Issues
...s 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 form
with zero results.
Any ideas?
Cheers...