opener
referencing the initial one)opener
object to access and execute some action in the initial page (which now contains the interesting DOM).opener
object of the second page is still a valid reference to the first page in the new DOM.<script>opener.{callbacl_content}</script>
. Thats why in this example you don't need to indicate the use of opener
explicitly.