En Mon, 28 Jan 2008 19:32:45 -0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> escribió:
> 1. yes i've tried that technique but its annoying, the user can easily
> stop the redirection and not "elegant".
>
> 2. yes i'm aware of that, however what i've mentioned above is just an
> example, it's actual
On 28 jan, 22:32, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> 1. yes i've tried that technique but its annoying, the user can easily
> stop the redirection and not "elegant".
It's a very canonical technique with HTTP (at least after a successful
POST). But I suspect you're not doing it the ri
1. yes i've tried that technique but its annoying, the user can easily
stop the redirection and not "elegant".
2. yes i'm aware of that, however what i've mentioned above is just an
example, it's actually way more serious.
guess i'll have to bare with it.
--
http://mail.python.org/mailman/listin
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> so the output is always the POST retrieven at first. So the page
> keeps on printing the POST variable retrieven at first even thought
> i might have reloaded the page 1000 times. Is there any way to
> "empty"
[EMAIL PROTECTED] schrieb:
> sorry for creating a new post but this is totally different from the
> previous one.
>
> Here is the problem (which is very hard to explain, so i will use a
> paradigm): i submit a form and the post variable is being sent to the
> page test.py
sorry for creating a new post but this is totally different from the
previous one.
Here is the problem (which is very hard to explain, so i will use a
paradigm): i submit a form and the post variable is being sent to the
page test.py. then the test.py retrieves the POST and print it to the
page