Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Javascript (http://www.velocityreviews.com/forums/f68-javascript.html)
-   -   Javascript redirect (http://www.velocityreviews.com/forums/t918272-javascript-redirect.html)

jonathanthio@yahoo.com.sg 05-25-2005 10:54 AM

Javascript redirect
 
Hi,


I have a script called rd.js stored in http://nudelivelady.com/naked


It contains one line


this.location = "http://naked.nudelivelady.com"


Now, many websites access that script. Any website that access that
script will be redirected to http://naked.nudelivelady.com


The problem is I don't know which websites access that script. Because
when I check the webstats, the referrer is not noted due to the
redirect.


For example,

If visitors click
http://nude.nudelivelady.com/oldpage1.htm
and then click a link to http://nude.nudelivelady.com, then webstats
would recoqnize that the referring page for
http://nude.nudelivelady.com is
http://nude.nudelivelady.com/oldpage1.htm

However, if a person go to http://nude.nudelivelady.com/oldpage1.htm

and get redirected to

redirects to http://nude.nudelivelady.com

the referrer is hidden.

If I check the referrers in webstats, I wouldn't see
http://nude.nudelivelady.com/oldpage1.htm

So I don't know how many visitors to
http://nude.nudelivelady.com/index.htm come
http://nude.nudelivelady.com/oldpage1.htm

It happens that http://nude.nudelivelady.com/oldpage1.htm is in the
same domain for simplicity sake. What about if it's in a different
domain?

In other words, if I use redirect, traffics coming from
http://nude.nudelivelady.com/oldpage1.htm will not contain referrer
information as if traffics coming from a link in
http://nude.nudelivelady.com/oldpage1.htm

How should I modify rd.js so that the http://nude.nudelivelady.com
knows that the visitors came from
http://nude.nudelivelady.com/oldpage1.htm?

Also, why do the javascript in http://nude.nudelivelady.com/oldpage.htm
doesn't work? I basically try to make a link point to
http://nude.nudelivelady.com and use javascript to click on the link.



All times are GMT. The time now is 04:06 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57