Re: [PHP] Getting referrer from other frame.

2001-05-11 Thread Jean-Arthur Silve
if you have two frames, for example : frame1 : the top frame frame2 : the bottom frame. in the bottom frame : var ref= in the top frame : document.write("refferrer is"+parent.frame2.ref) Well, something like that I guess... Problem could be the top fr

[PHP] Getting referrer from other frame.

2001-05-11 Thread Tobias Talltorp
Sorry about the post before (if there was one)... It was sent by accident. Here is the complete question: I would like to tweek the getenv("REMOTE_ADDRESS"); a little. I want my top frame to print the referrer for the frame below. I'm not sure if this should be done with PHP or javascript. Sound