Displaying 1 result from an estimated 1 matches for "serialize_form".
2006 Apr 05
1
Firefox - Form within a table issue
...<form id=''table_form''>
<tr>
<td><input type=text name=name value=mandy> <br /> <input type=text name=age value=26> <br /></td>
</tr>
<tr>
<td><input type=button name=serialize_form value=serialize_form OnClick="alert(Form.serialize(''table_form''))"></td>
</tr>
</form>
</tbody>
</table>
</body>
Somehow, whenever I have such a case, Form.serialize() returns empty in FIREFOX (IE WORKS FINE)....