Re: [PHP] Retaining scroll position after asynchronous refresh NOT PHP

2010-07-23 Thread Nathan Nobbe
On Fri, Jul 23, 2010 at 10:09 AM, tedd wrote: > At 6:31 AM -0600 7/23/10, Larry Martell wrote: > >> Hello all- >> >> I have a php script that generates a web page with a bunch of >> scrollable frames, and then asynchronously refreshes the page. If the >> user has scrolled down in any of the frame

Re: [PHP] Retaining scroll position after asynchronous refresh

2010-07-23 Thread tedd
At 6:31 AM -0600 7/23/10, Larry Martell wrote: Hello all- I have a php script that generates a web page with a bunch of scrollable frames, and then asynchronously refreshes the page. If the user has scrolled down in any of the frames, when the refresh occurs it has scrolled back to the top of al

Re: [PHP] Retaining scroll position after asynchronous refresh NOT PHP

2010-07-23 Thread Daniel P. Brown
On Fri, Jul 23, 2010 at 12:09, tedd wrote: > > This not really a PHP problem, but rather a javascript problem. After all, > the problem surfaces client-side, right? > > So, to not offend this list with a non-PHP solution, I am sending you the > code privately. Well, it *is* Friday P.

Re: [PHP] Retaining scroll position after asynchronous refresh NOT PHP

2010-07-23 Thread tedd
At 6:31 AM -0600 7/23/10, Larry Martell wrote: Hello all- I have a php script that generates a web page with a bunch of scrollable frames, and then asynchronously refreshes the page. If the user has scrolled down in any of the frames, when the refresh occurs it has scrolled back to the top of al

Re: [PHP] Retaining scroll position after asynchronous refresh

2010-07-23 Thread Hans Ã…hlin
I't was a long time ago when i programed in js but the first thin that pops up in my mind is that there is a function where you can read and set the values of the scrollbars. I found this when I googled it: http://www.eggheadcafe.com/community/aspnet/3/10002280/scroll-positions.aspx

[PHP] Retaining scroll position after asynchronous refresh

2010-07-23 Thread Larry Martell
Hello all- I have a php script that generates a web page with a bunch of scrollable frames, and then asynchronously refreshes the page. If the user has scrolled down in any of the frames, when the refresh occurs it has scrolled back to the top of all the frames. Is there a way I can retain the scr