-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Stefan H. Holek
return context.REQUEST.RESPONSE.redirect(context.REQUEST.get("HTTP_REFERER"))
There is nothing wrong with performing the redirect. I'd even say this is the exact thing to do in a situation like yours.
I've been doing things like this for a long time and have never gotten a complaint about it not working in a particular browser. Even my simplest forms usually proceed as follows: form.html --> submit processed by a Python Script --> Python Script redirects to thankyou.html The biggest reason I started doing this is to prevent a subsequent browser "reload" from resubmitting the form since in the above case it will just reload the thankyou.html page. _______________________ Ron Bickers Logic Etc, Inc.