Me again ;-)

OK .. I have a problem with Load Panels not fully displaying the HTML 
I'm putting into them, particularly with slow connections.

I found a patch on Sourceforge for fixing the problem with Internet 
Explorer (which works), and  was wondering if somebody knew how to do 
the same thing with Netscape.

The IE bug fix was to change this

else if (!lpanel.loadElement.document.isLoading && 
(lpanel.loadElement.document.readyState=='interactive' || 
lpanel.loadElement.document.readyState=='complete')) {

to this

else if (!lpanel.loadElement.document.isLoading && 
(lpanel.loadElement.document.readyState=='complete')) {

I guess a fix for NS would change this line

else if (lpanel.loadElement.contentDocument && 
lpanel.loadElement.contentDocument.body.innerHTML != 
document.body.innerHTML) {

but I'm not sure how, exactly.

sjb


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to