View Single Post
Old 03-12-2009, 05:38 PM   PM User | #1
markjohnson
New Coder

 
Join Date: Feb 2009
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
markjohnson is an unknown quantity at this point
Prototype: <form> inside a <table> doesn't work

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!
markjohnson is offline   Reply With Quote