Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kris A on Jan 02, 2009 10:24
open dhtmlx forum
IE fatal error, "cannot open the page, operation aborted"

Hi ,

I am using the DHTMLX grid , and sometimes on page load I get this error "Internet explorer cannot open the site XXXXX , operation aborted".

This doesnt happen all the time, if i try to refresh the page, it happens on every 3 or 5th refresh.
when i removed the dhtmlx grid code out of the page, this doesnt happen. any help ?


Rgds,
Krishna
Answer posted by Support on Jan 09, 2009 09:50
Such error in IE occurs when components tries to add some extra content to document.body while page rendering is not finished yet. 
The latest code must not produce such error ( at least it can't be reconstructed with local samples ) , but to be double sure you can move grid's initialization code to onload handler of page, it will be fully safe when run after page loading.