Scroll to top of parent page on iframe reload

Permalink
When a long page has loaded in the iframe, if you click a link at the bottom, then it loads a short page, it would be great if the parent page scrolled to the top.

Tags:

fig
View Replies:
fig replied on at Permalink Reply
fig
I figured it out - put the following on the pages in the iframe:
<body onLoad="window.parent.scroll(0,0);">
SiteQwester replied on at Permalink Reply
I too am interested in achieving this, but don't want to hack into my shopping cart files as the other reply offered (because my shopping cart gets upgrades often and I would have to re-apply the hacks every time). Is there another way to achieve this???
Thank you!
hugo replied on at Permalink Reply
hugo
I will see this, maybe I alter the block. Come back on friday.