PDA

View Full Version : iFrame positioning


gorahilly
09-27-2005, 03:19 PM
I have an iframe that is rather large. When the client scrolls down the iframe and clicks on a link that loads in the same iframe, it loads at that point in the page. Is there a way to get it to go to the top of the page?

_Aerospace_Eng_
09-27-2005, 03:22 PM
onclick="window.scrollTo(0,0)"