I think this would be pretty easy.
I have a page that loads and iframe. The iframe is another site I am working with. I would like to have some javascript executed, on the parent page, if there is a specific page loaded in the iframe.
Does that make sense?
For example: foo.com is my main page with foobar.com loading in an iframe. If user goes to foobar.com/thanks.html I want the script on foo.com to execute.
Appreciate any help.