I have the following html code:
<div id="container">
<h1> here is the iframe </h1>
<iframe src="...."></iframe>
</div>
I need to be able to get the id of the div that the iframe is in (id="container") from within the iFrame. Is this possible?
Thanks!