I wrote a content script to access DOM content of a web page.I am able to access the DOM content but when i try to access one iframe contentwindow in that page it is saying as undefined.
It is like document.getElementById('iframe') is giving me the iframe but when i try to access document.getElementById('iframe').contentwindow it is saying undefined.
I want to access a script running in that document.
Thanks


LinkBack URL
About LinkBacks



Reply With Quote