Error Internet Explorer (can not open site)

Hi,

I use dhtmlxgrid in a jsp. The dhtmlxgrid component is encapsulated in a taglib with treatment (head creation, …). So jsp page loading slowly. With IE (6 and 7), I have next error :

Internet Explorer can not open the Internet Site …

Operation Aborted

With FF is good.

With the same code, sometimes I have not error … :-/



Any idea ?

I’m not pretty sure , about exact situation in your case, but such errors may occur in IE, when javascript attempts to create some container , and attach it to document.body while it still in rendering process.
The common solution - move init code in onload handler of page , it must resolve issue.

I move init code on onload, and it works.
Thanks