June 2005 - Posts

Scrolling back to Top of the page from an IFrame

Hi ... I was looking for a solution regarding this , so when I found one , I posted it

parent.window.location.href="#"

or

parent.window.scrollTo(0,0)

with 0 Comments