Accessing the dom in Facebook's Like Button Popup -


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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -