Hello guys,
can anyone offer guidance on how to implementthe following:
I have a JSP page that automatically refreshes every minute. However the page is fairly long and when the user moves the scrollbar down the page, and the minute is
up the JSP page is refreshed and the user is automatically taken back to the start of the page, not where they where before.
I've found many examples whilst googl'n the internet but none which have really worked.
I think I just need to get the X and Y co-ordinates of the vertical scroll bar... store them...refresh the page and load them back in
Not sure if this function would be any use when loading them back in:
window.scrollTo(X,Y);
Thankyou