- Where Developers Learn, Share, & Build Careers
I have a button that is loaded on AJAX from my page. When a user clicks on it, a popup appears with a text box that the user can fill and details of my website. I want to use a popup dom, which is in an iframe.
That's because I can add text to the text box.
The following works are done in the Firebug console.
I use the iframe with:
var x = document.getElementsByTagName ("iframe") [3] // '3' selects this specific iframe
Pre> undefined Now there is something to do with it, but the firebug's dom window does not appear inside the iframe. It just shows:
But, in the Elements tab under Chrome's developer tools, I can see everything in it.
Any help you can give is appreciated.
Take a look at this
This is not possible.
Comments
Post a Comment