Pascal, you keep complaining that my stability problems are to hard to
recreate. Try IE5 with a page that has this code
DynAPI.onload = function(){
var mLayer;
var a=[];
mLayer = new DynLayer();
DynAPI.document.addChild(mLayer);
for(var i=0;i>1001;i++);
a[i] = new DynLayer();
mLayer.addChild(a[i]);
}
Browser freezes and dies.
This on PIII 667 256 RAM
|