It looks like I came acroos an anomaly but there is an offer that I am promoting that covnerts way better direct linked than using LP.
I am trying to collect emails without interrupting Ad -> Offer funnel too much.
From my limited knowledge the only way to do this would be a blank page as LP, that redirects to the offer (1-2 second delay) and meanwhile executes a pop under script with the aweber form?
What do you guys think? Is this a good idea? Where can I get a working popunder script? (or perhaps a script that opens another page or tab in the background)?
Your help is much appreciated.
You could experiment with
a) iFraming the offer page and having a pop-over modal with an email submit > when they close this they can see the offer as normal
b) a email submit lander with the offer blurred as the background > they hit X > redirected to offer page
For a popunder, you could again iFrame the offer but it would be wiser to use an intermediary preloader as you suggested (have a loading animation to keep people engaged).
There are lots of popunder scripts floating about the internet, the problem is that browsers continually evolve and make it harder to do pops.
A good place to find them is porn sites like YouPorn and the other network sites - you can rip their popunder codes and try to mod them.
A simple approach is to use the beaverscripts one, though it's not ideal to call on another server for this kind of thing. I tried to null it as much as possible:
Use by putting this before your </body> tag with the appropriate URL:
<script type="text/javascript" src="openwindow.js?puurl=http://www.google.com"></script>
Here is the minified openwindow.js source: http://pastebin.com/BfVsJjsU