Re: [PHP] Back button to Query Pages

2002-01-28 Thread phantom
ECTED]> > Sent: Monday, January 28, 2002 10:15 AM > Subject: Re: [PHP] Back button to Query Pages > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > > * and then Edward van Bilderbeek - Bean IT blurted > > > Hi, > > >

Re: [PHP] Back button to Query Pages

2002-01-28 Thread Edward van Bilderbeek - Bean IT
the moment I hit the send button I realised it myself too :-) but this is a pretty good alternative... Edward - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 10:15 AM Subject: Re: [PHP] Back

Re: [PHP] Back button to Query Pages

2002-01-28 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Edward van Bilderbeek - Bean IT blurted > Hi, > > a possible solution is also to provide the backbutton href with the original > variable values... I'm pretty sure he means the /browser/ back button though. - -- Nick Wilson Tel:

Re: [PHP] Back button to Query Pages

2002-01-28 Thread Edward van Bilderbeek - Bean IT
9:57 AM Subject: Re: [PHP] Back button to Query Pages > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then phantom blurted > > Page 1 is a list of people's names (queried by State). > > > > Page 2 is each person's profile. > > >

Re: [PHP] Back button to Query Pages

2002-01-28 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then phantom blurted > Page 1 is a list of people's names (queried by State). > > Page 2 is each person's profile. > > When I hit the back button on Page 2 it tells me it has to requery the > List on Page 1 (apparently not stored in the c

[PHP] Back button to Query Pages

2002-01-27 Thread phantom
Page 1 is a list of people's names (queried by State). Page 2 is each person's profile. When I hit the back button on Page 2 it tells me it has to requery the List on Page 1 (apparently not stored in the client's browser cache). Is there anyway to make it use the cached copy instead of requeuryi