Right now I am using hosted iframe but there always seems to be a little lag between conversions I have tried some of the other iframes but can't find one that will open a new window for the offer (the other iframes will keep the offer in the iframe when it's clicked)
any suggestions? ? ?
<script type="text/javascript">
if (top.location!= self.location) {
top.location = self.location.href
}
</script>
not sure what you mean exactly....are you referring to iframed tabs in pages?
EDIT***well damn corp beat me to it.....
crap....thats what happens when I hit the wrong button.....anyways here is your answer....
<html>
<head>
corps stuff goes here
</head>
<body>
your stuff goes here
</body>
</html>
'
this was ACCIDENTALLY edited by polaracon....
sorry
^^^^ it shows that I posted it
but awesome stuff now I can go test various iframes thanks tenfold for such quick responses
<html>
<head>
<script type="text/javascript">
if (top.location!= self.location) {
top.location = self.location.href
}
</script>
</head>
<body>
<a href="http:myafflink">
<img src="http:mypic.gif" />
</a>
</body>
</html>
that is what I am trying to use and it is not working... says the page does not exist
AND WE GOTTA WINNER IN HERE..... GRAND PRIZE ONE CLICK OF THE THANK YOU BUTTON!!!!!!
But seriously thanks, the iframe i was using before i think was taking a toll (loaded approx. 2-3 seconds later) on my conversions this should help me increase ROI!!