Posted by Michael Fesser on 11/18/07 21:01
..oO(axlq)
>Apparently the trick is to separate the form processing URL from the
>output URL.
No, it can all be done on a single page. After the form processing send
a Location header with the absolute URL of the current page back to the
browser - that's it. The following GET request will replace the previous
POST in the browser history, so a reload won't re-submit the form data.
Micha
[Back to original message]
|