Home > General > Affiliate Marketing Forum

Series of offers. How to code? (3)


11-07-2011 10:17 AM #1 shanktank (Member)
Series of offers. How to code?

Hi,

I'm looking to create a page like an email submit backend, where there's a skip button for a series of offers, and it just changes the iframe src url.

I think it's something like onclick for the skip button, and everytime it's clicked, it adds 1.

And there'll be an array of URLs. Like

Code:
function[1] = "http://offer1.com";
function[2] = "http://offer2.com";
Then it would be echoed in the iframe src.

I'm not sure how to put them all together. Any help?


11-07-2011 10:31 AM #2 hmate9 (Member)

Here you go:

http://pastebin.com/jDVcX1u1


11-07-2011 10:33 AM #3 grikis (Member)

I'm not sure, but I think that you cannot track clicks in iframe. Unless you host the offer yourself.


Home > General > Affiliate Marketing Forum