1 2 3 4 5 6 7
<script> if (window.parent) { window.parent.postMessage({ "thisWindowEquivalency": (window === this) }, "*"); } </script>