Forum Moderators: DixonJones

Message Too Old, No Replies

Double Redirect

         

Free_Man

12:09 am on Mar 28, 2002 (gmt 0)

10+ Year Member



I am wondering:

Is it possible to have a double redirect script that would first direct a visitor through your affiliate links and then through a straight link (let's say they were both for overstock.com).

The reason I ask is because sometimes they offer direct deals you cannot link to as a webmaster...Now I have seen a couple sites that somehow many a redirect in the background to still get credit for the sale.

Any ideas or scripts for this?

It might be valuble.

T

Lisa

12:21 am on Mar 28, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That seems possible. Just wax some javascript on the problem. Open a new window with javascript and direct them through the affiliate link. Then have javascript in your orginal window load the staight link into the new window that has arrived at the site.

Takes two windows but should be easy to do.

Free_Man

12:28 am on Mar 28, 2002 (gmt 0)

10+ Year Member



Sounds good, I don't know how to go about that exactly though!

Lisa

12:40 am on Mar 28, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Perhaps someone here will code it for you. I would do it but I don't normally start coding with strangers for free. ;)

But I am sure you might be able to figure it out on your own.

Netscape Javascript Guide [developer.netscape.com]

You will need to lookup open and setTimeout. Those are the basic building blocks for this.