NymRod
02-09-2003, 03:17 AM
Howdy
I'm using different variations of this script but it only works in Netscape.
I'm using IE 6 not 3.02 but it still sends me to the wrong page URL.
Is there any way to detect and redirect depending on the referrer so it will work in IE too?
I know it wont work in IE 3.02 but I thought that was the only version it didn't work with.
Maybe something wrong with my IE?
if (document.referrer.substring(0,22) != "https://www.paypal.com")
top.location.href = "http://WrongPageURL"
Thanks
Nymrod
I'm using different variations of this script but it only works in Netscape.
I'm using IE 6 not 3.02 but it still sends me to the wrong page URL.
Is there any way to detect and redirect depending on the referrer so it will work in IE too?
I know it wont work in IE 3.02 but I thought that was the only version it didn't work with.
Maybe something wrong with my IE?
if (document.referrer.substring(0,22) != "https://www.paypal.com")
top.location.href = "http://WrongPageURL"
Thanks
Nymrod