I want to be able to check the current content of an iframe tag.
Example
<iframe src="bing.com"> </iframe>
I want to be able to check what the user has clicked inside the iframe (in this content probably their search query) and see the current URL they are accessing inside the iframe.
Is this even possible? And if so, how can I accomplish it. Thanks in advance