search for: table_form

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

2006 Apr 05
1
Firefox - Form within a table issue
Hi, Has anyone seen this issue before? Oversimplified Problem: I have a table within which I have a form - <body> <table> <tbody id=''table_body''> <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...