[jQuery] Re: Solving the Back button problem

2007-07-20 Thread Terry B
or expire the page if you do not want them to ever use the back button On Jul 19, 10:23 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > Perhaps try setting a cookie the first time the page is loaded. Then > check each time the page is loaded for the cookie. > > Karl Rudd > > On 7/19/07, S. Rober

[jQuery] Re: Solving the Back button problem

2007-07-19 Thread Karl Rudd
Perhaps try setting a cookie the first time the page is loaded. Then check each time the page is loaded for the cookie. Karl Rudd On 7/19/07, S. Robert James <[EMAIL PROTECTED]> wrote: I just want a simple function to answer 'first time' or 'back button reload'. I don't want to replace the e

[jQuery] Re: Solving the Back button problem

2007-07-19 Thread S. Robert James
I just want a simple function to answer 'first time' or 'back button reload'. I don't want to replace the entire nav of the app. On Jul 18, 11:01 pm, Kenneth <[EMAIL PROTECTED]> wrote: > On 7/18/07, S. Robert James <[EMAIL PROTECTED]> wrote: > > > Solving the Back button problem > > > Is there a

[jQuery] Re: Solving the Back button problem

2007-07-18 Thread Kenneth
On 7/18/07, S. Robert James <[EMAIL PROTECTED]> wrote: Solving the Back button problem Is there a way to use JavaScript to detect whether a page is being loaded for the first time (from the server), or because someone hit the Back button? Often you want to display a status message only one, b