vic_msn
Dec 19th 2008, 9:53 am
I am doing a javascript redirect to one of my partner site.
Inside page1.html I have
location.href = 'http://www.myfriendsite.com';
Whenever some one clicks the link page1.html from www.mysite.com
page1.html shows as referer while using FireFox
When using Internet Explorer www.mysite.com itself shows as the referer.
what code should I be using in page1.html so that it(page1.html) shows as the
referer in both the browsers.
Inside page1.html I have
location.href = 'http://www.myfriendsite.com';
Whenever some one clicks the link page1.html from www.mysite.com
page1.html shows as referer while using FireFox
When using Internet Explorer www.mysite.com itself shows as the referer.
what code should I be using in page1.html so that it(page1.html) shows as the
referer in both the browsers.