sjb, thanks for pointing that out. the patch does seem to work for IE. I have been, 
and may or may not continue to debug the NS6
portion of that conditional, but since this is only my second day working with Dynapi, 
i am not making any significant progress.

Due to time constraints on this project, and after reading about many problems with 
loadpanel and forms, loadpanel and links,
loadpanel and images, etc...i may decide to abondon loadpanel altogether, or to divise 
a hidden frame + setHTML solution instead,
which is what i was trying to avoid with setURL.

> 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