In a iframe div, I have several pages. whenever user scrolls within that div, I need to update the current page number in parent window (same origin).
To achieve this, I have binded a scroll event to the div element and made the calculations to get current page number in iframe. But, struck how to pass this data to parent window.