Forum Moderators: open
Is there anything else I can do.
<form action="/target"> If the form is only submittable via javascript, then a workaround would be set the action to "#".
<table>
<form>
<tr><td></td></tr>
</form>
</table>
action attribute error doesn't make much sense in the context you describe. There's no reason why a form can't be inside a div, just that the form elements must themselves be inside another div or table. Could you post some code as you have it at the moment?