markjohnson123
Programmer
I have been trying Ajax.Request for a form which exists as such:
</tr><form><tr><td></td></tr></form><form><tr> and so on....
I have just discovered that Prototype doesn't support a form interleaved in a table.
The forms must exist outside the table as such:
<form><table><tr>.....</table></form>
..for it to submit the form successfully.
Is there a way around it such that I can use Ajax.Request with the form interleaved in a table?
Thanks in advance!
</tr><form><tr><td></td></tr></form><form><tr> and so on....
I have just discovered that Prototype doesn't support a form interleaved in a table.
The forms must exist outside the table as such:
<form><table><tr>.....</table></form>
..for it to submit the form successfully.
Is there a way around it such that I can use Ajax.Request with the form interleaved in a table?
Thanks in advance!