Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Dave on Jul 23, 2008 07:41
open dhtmlx forum
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');
mygrid.imgURL = 'http://coolsiteadmin1.colony1.net/admin/config/realestatev2/DHTMLGrid_Scripts/imgs/';
//mygrid.enablePaging(true,10,5,'pagingArea',true,'recinfoArea');
mygrid.enableBuffering(50);
mygrid.enableAutoHeight(true,400,true);
mygrid.setSkin("light")
mygrid.enableLightMouseNavigation(true);
mygrid.init();
mygrid.enableAlterCss("even","uneven");
mygrid.loadXML('*****/admin/index.cfm?fuseaction=pageeditor.realestate&subaction=neighborhoodXML&nid=#form.nid#&pageid=#attributes.pageid#&suppresslayout=1');

 

 

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