Displaying 1 result from an estimated 1 matches for "birthdayfield".
2006 Apr 22
2
Form.serialize problem
...t; 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" value="Submit changes"><br>
</form>