File: dynlayer.js
Line: 294
if (is.ns4)
{
...
for (var i=0;i<this.doc.images.length;i++)
this.doc.images[i].lyrobj=this;
...
}
else if (is.ie)
{
APILayer.prototype._setHTML=function(html)
{
this.elm.innerHTML=html;
var images = this.elm.all.tags("img");
for (var i=0;i<images.length;i++) images[i].lyrobj=this;
}
}
else
{...}
Two questions:
- Why "images[i].lyrobj=this" and not something like
"this.doc.images[i].lyrobj=this;"
- What does lyr stand for? Library?
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help