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 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