Hi,

I've been using LoadPanel quite a lot in the site I'm developing, and I've
been having quite a few problems in Netscape. The problem was that Netscape
wouldn't always complete a document into the LoadPanel, I would get a
transfer interupted error.

I determined that this was due to the following line in the function
LoadQueue.continueLoad():

if (is.ns4) window.stop();

I commented this out and the Netscape now behaves.

LoadQueue.continueLoad was being called by a setTimeout in
LoadQueue.loadHandler.

I get the impression that LoadQueue queue's urls to be loaded by setURL
calls in LoadPanel, so I'm guessing the window.stop() call is executed to
allow the next url in the queue to be loaded. But it seems that
LoadQueue.continueLoad is called before the LoadPanel has completed loading
the document.

My question is, will commenting out window.stop() cause other problems in
Netscape? If so is there some way of calling LoadQueue.continueLoad when the
LoadPanel really has finished loading?

Any LoadPanel guru's out there?

Cheers,

Cam.


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

Reply via email to