Thank you so much. That worked perfectly. Don't know why I didn't think of
trying the anchor tag there.

susan

-----Original Message-----
From: Erwin Kerk [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2003 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] is it possible to have the following URL?


This should work:

https://url_locaion.org/prev_page.php?SID=$SID&uid=$uid&ELEM_ID=$id#tag


Erwin

Susan Ator wrote:

>I am passing 3 pieces of information on every URL. For example:
>
>https://url_location.org/page.php?SID=$SID&uid=$uid&ELEM_ID=$id
>
>
>I need to be able to return to a previous page using an anchor tag like so:
>
>https://url_locaion.org/prev_page.php#tag?SID=$SID&uid=$uid&ELEM_ID=$id
>
>So far it doesn't work at all. Is this even possible? Just using the
>javascript:history.go(-1) doesn't work in every browser.
>
>susan
>
>  
>

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

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

Reply via email to