Forum Moderators: open
here's an exmaple code of what i'm trying to do.
<form name='frm' method='get'>
<input type='something' type=text>
<div id='test'>
</div>
</form>
<input type=button onclick='load_checks()'>
On clicking the button some checkboxes are loaded from another php file in the above form through ajax. I am able to access the values of the checkboxes in IE and the values are sent when the form is submitted. But in Firefox and Opera the checkboxes are not accessable.
:S