probey20
10-29-2007, 05:33 PM
Does anyone know how to put code on an included iframe which will cause the page to jump to a specific anchor point on the parent page? When I try the following, it only jumps to the top of the iframe and not to the top of the parent. I basically want it to scroll all the way to the top of the parent page as soon as the page loads.
window.location = "#top";
Thanks!
window.location = "#top";
Thanks!