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

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.