Displaying 1 result from an estimated 1 matches for "table_body".
Did you mean:
ablebody
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...