How do I Scroll parent page to top when child page is click within iframe? August 20, 2023 by Tarik The trick is to append the following onload="window.parent.parent.scrollTo(0,0)" to the iframe and that should do it!