[Zope] Redirect Back

Chris McDonough chrism@digicool.com
Fri, 7 Jul 2000 11:53:42 -0400


You may either use Javascript's history method or use
RESPONSE.REDIRECT(REQUEST['HTTP_REFERER']).  The former is preferred as
the latter isn't always accurate nor available.

> -----Original Message-----
> From: Aaron Williamson [mailto:aaronw@c.ict.om.org]
> Sent: Friday, July 07, 2000 11:45 AM
> To: zope@zope.org
> Subject: [Zope] Redirect Back
> 
> 
> Does anyone know if RESPONSE.redirect() can somehow be used 
> to send the
> user "back," like they clicked the back button on the browser?
> 
> Thanks,
> 
>     Aaron Williamson
>     Operation Mobilisation
>     aaronw@c.ict.om.org
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>