jtolj
5/1/2013 - 8:46 PM

Scroll parent to top of embedded IFrame when form is submitted/page changes in IFrame (but not initial parent page load). Seems to work cros

Scroll parent to top of embedded IFrame when form is submitted/page changes in IFrame (but not initial parent page load). Seems to work cross browser (tested in Chrome, FF, IE7+) + cross domain.

<iframe src="https://example.com/an-embedded-form" style="width: 100%; height: 1850px;" 
  id="my-iframe-form" 
  onload="if(window.myFrameChange !== undefined) {window.parent.document.getElementById('my-iframe-form').scrollIntoView();}window.myFrameChange=true;" 
  frameborder="0">
</iframe>