Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: Michael Fesser <netizen@xxxxxx>
- Date: Mon, 11 Dec 2006 15:38:06 +0100
..oO(no@xxxxxxxxxx)
AFAIK, there is no way to process POST data without the message coming
up on a refresh because it is a function of the browsers (include
Opera and IE in the list) and not of the script. So, in that case you
just have to write your script to work around it :o)
A server-side redirect with header() to the same page after processing
the form data prevents the message.
Micha
.
- Follow-Ups:
- Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: Vincent Delporte
- Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- References:
- [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: Vincent Delporte
- Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: bill
- Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: Vincent Delporte
- Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: no
- Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: Vincent Delporte
- Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- From: no
- [newbie] How to avoid FFox's "The page you are trying to view..."?
- Prev by Date: faster way to get from SQL database into array
- Next by Date: Javascript/PHP interaction
- Previous by thread: Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- Next by thread: Re: [newbie] How to avoid FFox's "The page you are trying to view..."?
- Index(es):
Relevant Pages
|