[Zope] Redirect Back
Andy McKay
AndyM@ActiveState.com
Fri, 7 Jul 2000 17:01:09 -0700
And Javascripts back function is javascript:history.back()
so i think RESPONSE.redirect('javascript:history.back()')
----- Original Message -----
From: "Chris McDonough" <chrism@digicool.com>
To: "Chris McDonough" <chrism@digicool.com>; "'Aaron Williamson'"
<aaronw@c.ict.om.org>; <zope@zope.org>
Sent: Friday, July 07, 2000 8:56 AM
Subject: RE: [Zope] Redirect Back
> Oops, sorry, not RESPONSE.REDIRECT, instead RESPONSE.redirect.
>
> > -----Original Message-----
> > From: Chris McDonough [mailto:chrism@digicool.com]
> > Sent: Friday, July 07, 2000 11:54 AM
> > To: 'Aaron Williamson'; zope@zope.org
> > Subject: RE: [Zope] Redirect Back
> >
> >
> > 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 )
> > >
> >
> > _______________________________________________
> > 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 )
> >
>
> _______________________________________________
> 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 )
>