Log in

View Full Version : Refresh Page



jambor
10-10-2008, 01:36 PM
I need to automatically refresh webpage every 10 seconds.

However i want it to work like when pressing refresh button on IE, that is:

If i am currently scrolled down to midddle or bottom of a long page when i refresh i want to remain at same possition. Unfortunately when using meta refresh or javascript location.reload, page returns to top.

Does anyone know how to do this?

James

Jesdisciple
10-14-2008, 06:50 PM
Use JavaScript to store the scrollbars' positions (both horizontal and vertical) in a cookie before refreshing; if the cookie is set, put them at that position and unset the cookie in window.onload.