1 2 3 4 5 6 7 8 9
<script> function listener(e) { parent.frameState = { event: e, windowEvent: window.event, parentEvent: parent.event } } </script>