From: Eric G. <egr...@ho...> - 2000-11-21 21:59:36
|
I'm getting errors in IE 5.0 The first occurence is when I move my mouse over an inline layer. The second instance is when I click an image map that is inside a 2 level deep child layer (child layer of a parent child layer). When debugging the code using MS Development Environment, it points the error as belonging to file core.api.events.js: src=DynAPI.getDocument(realsrc.dyndoc.id) The line belongs to the following code block: var realsrc=is.ie ? e.srcElement:e.target var which=(is.ie||is.ns5)?e.button:e.which var src=realsrc.lyrobj if (!src) { src=DynAPI.getDocument(realsrc.dyndoc.id) if (!src) return true } So e.srcElement.lyrobj does not exists. Why? The other question I have is when does this function, DynLayer.prototype.EventMethod, gets called? If needed, I can provide the whole code. Eric _____________________________________________________________________________________ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com |