Scroll to top of page?

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?
 
K

Ken Cox [Microsoft MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top