|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Jun 2002
Posts: 67
|
I try again to get some script help
How do I change this to also exclude bookmarkers, visitors with no refering url ?
Anyone knows ? < s c r i p t > var exit=true; if (document.referrer.indexOf('domainname.com') > -1) { exit = false; } if (document.referrer.indexOf('www.domainname.com') > -1) { exit = false; } function exitpop() { if (exit) { window.open("http://www.myexittradeurl.com") } } < / s c r i p t > |
|
|
|
|
|
#2 |
|
No Refunds Issued.
Industry Role:
Join Date: Feb 2001
Location: GFY
Posts: 28,300
|
are you laughing at us ?
![]() |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2002
Posts: 67
|
anyone ??
|
|
|
|
|
|
#4 | |
|
So Fucking Banned
Join Date: Mar 2002
Location: Far out in the uncharted backwaters of the unfashionable end of the Western Spiral arm of the Galaxy
Posts: 893
|
Quote:
if (document.referrer == "") { exit = false; } |
|
|
|
|