Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page Refresh While Saving User Location....

Status
Not open for further replies.

qberta01

Programmer
Nov 14, 2005
113
Hello,

I have an ASP page that refreshes every 10 seconds to determine if a process has been completed before the user can move on to the next process. It works fine, however, if the user scrolls down the page, on the refresh it goes back up to the top of the page.

It is annoying and makes it clearly obvious that server activity is occurring. Is there any way I can store the user location on the page so on the refresh it does not shoot back to the top?

If this seems like more of a Javascript type problem please let me know and I will move my question over to the correct forum.

Thx,

Q

 
yes you need to use Javascrpit for this...something like setfocus() would do...

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top