In a site I am working on two of the pages have an iframe being loaded.
<IFRAME id="someid" src="http://www.trailblz.info/barkleydean/signup.aspx?rd=http://www.senatorbarkley.com/signup-thank-you.htm" width="700" height="1400" frameborder="0" scrolling="No" style="position: relative; width: 700px; height: 1400px" target="_blank"> </IFRAME>
This works fine but the "Thank you" page loads at the top of the frame but the browser window is at the bottom of the page. Is there a way to make the "Thank you" page scroll to the top when the "Thank you" page is loaded?
I have tried many different things but none work.
Right now I have to put a white spacer in before the thank you message to make it go to the bottom of the page so it can be seen.
Thanks in advance.