Categories | Question details Back To List | ||
Everything seems to work in IE when posting a form (correct checkboxes are included in form submit). This is not the case in Firefox. Any ideas? Answer posted by Support on Jul 23, 2008 08:03 Please provide more details about problematic situation. It is unclear which component and in which scenario used. Answer posted by Dave on Jul 23, 2008 08:17 Sorry about that. Thanks for the quick reply. I am using a grid component. Works perfectly in IE. When I post the form in FF the selected checkboxes do not post with the rest of the form. I have included the js file: DHTMLGrid_Scripts/ext/dhtmlxgrid_form.js <form name="theForm" action="index.cfm?fuseaction=pageeditor.realestate&subaction=updateNeighborhoodDir&PageID=#attributes.pageid#" enctype="multipart/form-data" method="post" onSubmit="return checks();" id="theForm"> mygrid = new dhtmlXGridObject('gridbox');
Answer posted by Support on Jul 23, 2008 09:03 We have made some local tests. The problem was not reconstructed - changed states of "ch" column are posted. If problem persists, please, provide any sample at support@dhtmlx.com. |