I found some problems on the last toloadlayer.js version I post because on
IE5.5 (when online) hang in a non endding loop (loading all time) when to
layers load at same time. For the moment I do not know way... still working
on it.

IE4 is working ok and IE55 ok (in local)... in online is not working because
the time to load is bigger than in local.

As I found the problem happen on ie5 win32. This make this.isIFrame to false
and the load is do it by the STYLE="behavior:url(#default#download)" on
insertInlineElements.

If I force this.isIFrame  to true on DynLayer.prototype.toLoadLayer all
working ok ... so may be the problem is something related with times and
behavior:url when two or more files are loading at the same time on Ie55 and
win32... need fix

by the while people can fix by changind the line 27

 this.isIFrame=!(is.ie5 && is.platform=='win32');

to

this.isIFrame=true

Gabriel Suchowolski
[EMAIL PROTECTED] - www.microbians.com



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

Reply via email to