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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh and save location

Status
Not open for further replies.

bigdil

Programmer
Joined
Nov 29, 2003
Messages
1
Location
US
My php/html page refreshes every so many seconds. If I scroll down the page and the page refreshes, it takes me back to the top. Is there a way when the page refreshes, it knows where I was scrolled to and puts me back there after the refresh? No frames involved....thanks!

dil
 
This is completely browser dependent. SOme browsers remember the position in the page (e.g. Mozialla Firbird), other's don't. Since this is all client side there is no way for PHP to know where the user scrolled to.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top