page reloading...always scrolled back to the top
On a survey I am creating, when an event takes place and new html is sent back to the web browser, I find that the browser always moves back to the top of the web page. This would be a minor annoyance for someone who has to scroll back down to the location they were at before the page refreshes.
Is there something I need in my code behind or a property to set? Code behind is VB.NET
Thanks,
Geno
Re: page reloading...always scrolled back to the top
Quote:
Originally posted by genode
On a survey I am creating, when an event takes place and new html is sent back to the web browser, I find that the browser always moves back to the top of the web page. This would be a minor annoyance for someone who has to scroll back down to the location they were at before the page refreshes.
Is there something I need in my code behind or a property to set? Code behind is VB.NET
Thanks,
Geno
Mark the locations using Anchor elements..
http://www.utoronto.ca/webdocs/HTMLd...ML/a_name.html