There is a foreign site, in the iframe of which the page of my site is open. My JS opens ( window.open
) a new window with another page from my own site. The event in this window must be "reported" to the original frame about the event, and then close this window.
Is such a scheme realizable?
I don’t understand how to report something from the window into the "spawned" frame.