|
-
Apr 4th, 2002, 08:30 AM
#1
Thread Starter
New Member
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
-
Apr 9th, 2002, 01:59 PM
#2
Frenzied Member
I have the same problem and while reading your post I think I might have solved the problem.
Try coding some jscript in your page that moves the page based on the value of a hidden input. Then in your "If IsPostBack Then" set the hidden value.
Maybe???
-
Apr 17th, 2002, 12:10 PM
#3
Fanatic Member
There is a solution that works with IE 5.0 and up.
SmartNavigation
-
Apr 17th, 2002, 05:40 PM
#4
Hyperactive Member
Re: page reloading...always scrolled back to the top
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|