Forum Moderators: coopster

Message Too Old, No Replies

Pass HTTP_Referer to a popup window

         

binarygroup

10:10 am on Jul 24, 2005 (gmt 0)



Hello,

i need to figure out a way to pass the variable
$_SERVER['HTTP_REFERRER'] to another page.

Here's my situation without javascript. I could pass that variable very easy if i do target:_blank with my link. However, i need to set the widht and height of the new window, so i need javascript. However, with that, my

<?php echo $_SERVER['HTTP_REFERER']?>

wont pass. its like i have to make a choice: do target:_blank and pass the variable or do a open browser window javascript without the variable passing?
Please help?
Thanks in advance

dreamcatcher

2:09 pm on Jul 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World binarygroup :)

I`m a little confused as to what you are trying to do. $_SERVER['HTTP_REFERER'] is avaiiable throughout the scope of your PHP pages and does not need to be passed from one page to the next.

dc