Categories | Question details Back To List | ||
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 ? Answer posted by Support on Oct 09, 2008 02:03 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. Answer posted by couetbis on Oct 09, 2008 05:40 I move init code on onload, and it works. Thanks |