Skip to content Skip to sidebar Skip to footer

Getelementsbytagname Is Null Or Undefined, Only In Ie - And Only In One Particular Spot In The Function

Possible Duplicate: getElementById.contentDocument error in IE listed below is my javascript code. What it does is searches the whole document for all iframes, then searches the

Solution 1:

From MDN documentation:

The active document in the inline frame's nested browsing context. Not supported in Internet Explorer 7 and earlier; use contentWindow.document instead.

Post a Comment for "Getelementsbytagname Is Null Or Undefined, Only In Ie - And Only In One Particular Spot In The Function"