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
function[1] = "http://offer1.com"; function[2] = "http://offer2.com";
Here you go:
http://pastebin.com/jDVcX1u1
I'm not sure, but I think that you cannot track clicks in iframe. Unless you host the offer yourself.