[Zope] Going Back
Andreas Jung
Andreas Jung <andreas@andreas-jung.com>
Tue, 13 May 2003 14:18:45 +0200
You can either use Zope sessions to keep track of the page history or just
check
the HTTP_REFERER variable inside the REQUEST:
-aj
--On Dienstag, 13. Mai 2003 7:08 Uhr -0500 Greg & Janet LINDSTROM
<yuba@cyberback.com> wrote:
> What, if any, resources are available in Zope (2.6) for me to use to
> construct "back" buttons/links. Is the page I came from stored anywhere,
> or can I access it? Is there such a beast as a "back" input type
> (similar to "submit" or "reset")? If not, how can I set up a "back"
> button/link?
>
> Thanks for your help,
> --greg