First of all, you might want to correct your html
<table><form></table></form> to something like: <table><form></form></
table>
This might sound ridiculous, but I've been trying to get it working
yesterday too, and I had many troubles (because I wanted to combine it
with drupal & jQuery etcetera) so I read quite some problems yesterday
and one was from a man having a similar problem and he solved it by
changing the table/form order, I can't remember 100% which of the two
it was exactly, but try both:
1) form inside table: <table><form></form></table>
2) table inside form: <form><table></table></form>
one of the two options worked and the other didn't, maybe this helps
you too, can't find the link anymore though
if it works, let it know