[PHP] Bizzare form problem - Please Help!

2004-01-06 Thread Paul
Sorry if this is a repost, I could not see the original. Any help with this would be immensely appreciated! Here is what the problem I am having is: I have a .php page. There are several form fields. When I populate the fields, submit to another page, and then use the browser's back button, the

Re: [PHP] Bizzare form problem - Please Help!

2004-01-06 Thread Nelson Rodríguez-Peña Alarcón
Hi Paul, Paul wrote: I have a .php page. There are several form fields. When I populate the fields, submit to another page, and then use the browser's back button, the data is still there. This is indeed what I want. HOWEVER, when one field has a javascript event (ie. onClick open a browser

Re: [PHP] Bizzare form problem - Please Help!

2004-01-06 Thread Paul
Thanks. The problem exists either way! For some reason that is beyond me, the combination of a javascript being called and the document being parsed through php is the cause. Again if I simply rename to .htm then it is fine. Anyhow I am indeed relying on the browser but that is not a problem in

Re[2]: [PHP] Bizzare form problem - Please Help!

2004-01-06 Thread Richard Davey
Hello Paul, Wednesday, January 7, 2004, 1:45:20 AM, you wrote: P Thanks. The problem exists either way! For some reason that is beyond me, P the combination of a javascript being called and the document being parsed P through php is the cause. Again if I simply rename to .htm then it is P fine.

Re: Re[2]: [PHP] Bizzare form problem - Please Help!

2004-01-06 Thread Paul
- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 8:38 PM To: Paul F Subject: Re[4]: [PHP] Bizzare form problem - Please Help! Hello Paul, Wednesday, January 7, 2004, 2:32:59 AM, you wrote: PF Also... what about changing the cache control? And one more