I want to get the Element Inside and source of an iframe page.
For Example.
In index page I load page1.html in an iframe. Inside Page1 we have few elements by id and I want to get a property of the Element for the page1. Something like
<Something>getElementById('friendselector');
is it possible?

