Scroll to top of page?

  • Thread starter Thread starter Bishop
  • Start date Start date
B

Bishop

I have an HTML page that is using an iFrame to get content from my ASP.NET
page. The content is a long form that a user will fill out and submit.
After a successfull submit, the "success" content is shown. The problem I
have is that when they click submit at the bottom of the form, the success
displays at the top of the form and the user can't see it unless they scroll
to the top of the page. Is there any way I can automatically get the page
to scroll to the top?
 
It sounds like you are using SmartNavigation on that page. One way to get
the page to return to the top is to turn of SmartNavigation. Not sure, you
might be able to do it in the button click.
 
Back
Top