Dave Schultz wrote:
> in a nutshell, when i call setURL (loadpanel.js or loadlayer.js(Richard_Examples) it 
>doesnt load the whole file.

There's a patch on sourceforge that changes 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')) {

in loadpanel.js

AFAIK, this fixes IE .. I asked previously if anybody knew of a similar 
patch for NS, but got no reply.

sjb



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to