---------- Forwarded message ----------
From: Martin Alsinet <[EMAIL PROTECTED]>
Date: 02-Feb-2007 00:20
Subject: Re: [PHP-WIN] Back button in PHP
To: Alf Stockton <[EMAIL PROTECTED]>


Hi Alf

On 01/02/07, Alf Stockton <[EMAIL PROTECTED]> wrote:
I seem to remember that there was a simple call to get reference to the
the screen previous to where the client currently is. Please remind me
how this is done?

You can do it with:
<A HREF="javascript:history.go(-1)">Go back</A>

watch out for the HTTP_REFERER way, because some versions of Internet
Explorer do not set it, so you cant rely on it. Check this Google
search about it: http://tinyurl.com/2y4egb



Martin

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to