detect previous page
detect previous page
- Started
- Last post
- 3 Responses
- lilbabyarm
I'm looking to have a special page appear if a person clicks from a particular site to mine. The other site has my site linked up as a target = blank
is there a script out there that will still detect even though my site is showing up in a blank window? does this make sense?
- welded0
You can do it with PHP, I'm sure, or with javascript.
http://www.javascript-page.com/r…
- mirola0
with php you can use
$_SERVER['HTTP_REFERER'];
but some browsers/clients may not send referer information in the headers
- mirola0
get rid of teh space inbetween R + E btw