Displaying 1 result from an estimated 1 matches for "agefield".
2006 Apr 22
2
Form.serialize problem
...al Info<br>
<br>
Zipcode: <input type="text" value="<% $user_href->{zipcode} %>"
id="zipcodefield" size="5"><br>
Age: <input type="text" value="<% $user_href->{age} %>"
id="agefield" size="2"><br>
Birthday: <input type="text" value="<% $user_href->{birthday} %>"
id="birthdayfield" size="10"><br> <!-- add ajax parse confirm here -->
<br>
<input type="submit&q...