If you are running an offer (on PPV) with a lander of rough dimensions 800x600, do you open the offer in a new window or just keep it within the same 800x600 window?
What's the html for opening the offer in a new window and making sure that it opens full size?
Yes , if the offer page is big , open it in a new full screen window.
To do it , place target="_blank" before closing your <a> tag. So it should look like this :
<a href="http://google.com" target="_blank">Link</a>
Cheers Besmir.
Loving Affexpert by the way! Just launched a direct link campaign in minutes, thanks to your tools!
I have started targetting "_self" in my links on LI campaigns and using an onclick event to scale the page. I found that loads a people are popping on the offer URL but this way it remains in the same window and therefore LI wont pop again.