(Working through the Dynapi code and the mailing list archive...)
Apparently a bug that was already removed by camhart in Rev. 1.35
slipped in back through the DynAPIX integration in Rev. 1.37.
This is Cameron's original cvs-comment:
"Moved the line this.elm.innerHTML=html; into the IE specific function
for setHTML. Two reasons for doing this: NS4 doesn't need to set
innerHTML (I've looked, it's not read anywhere else), and NS6 supports
innerHTML as well as the method being used, so the HTML was being set
twice for NS6."
Talkin' about setHTML, could a kind developer loose some words about
these lines and tell a newbie what they are for?
(dynlayer.js l.289 _setHTML IE and NS)
var images = this.elm.all.tags("img")
for (var i=0;i<images.length;i++) images[i].lyrobj=this
Stephan
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev