Quantcast
Channel: HTML iFrame contents - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by J. K. for HTML iFrame contents

The window.frames property is actually a circular reference to the window itself.window.frames === windowwindow.frames === window.selfDOMWindow is an Array-like structure in that it has a length...

View Article



Answer by tastybytes for HTML iFrame contents

You need to access either the contentWindow or contentDocument depending on the browser.I've done some light testing and it seems .document isn't working (I'm in chrome) this may be a better...

View Article

HTML iFrame contents

When I access the iframe with a=window.frames["iframe"] it says that a is a DOMWindow.But when I try to access document it says undefined, but when I use top it refers back to it self. It's like the...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images