hi i was wondering if there is any script that could pop up different content window for different refferal links.
like if site1.com sends me a visitor to mysite then page1.php pop's up
and if site2.com sends me a visitor to mysite then page2.php pop's up??
is there anykind of script???
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
You can't from PHP, you would have to send javascript to the browser that triggered a pop-up which would of course promptly be blocked by most browsers.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
if i put this script on a third page on my site will it still know the first refferal??
like if i get a visitor from site1.com to mysite.com and then the user goes to mysite.com/page1.php where this code is kept then will it still get the previous refferal as site1.com and then redirect.
then you have to store it in a cookie or in a session value and read that on subsequent pages
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?