View Single Post
Old 12-01-2006, 09:55 AM  
nation-x
Confirmed User
 
nation-x's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Rock Hill, SC
Posts: 5,370
Sell Traffic? Use Popunders? Defeat Popup Blockers.

This is a little thing I threw together this morning to defeat popup blockers for popups and popunders...

Popunder Example
Code:
<form name="foo" id="foo" target="_blank" method="GET">
<!-- ... -->
</form>
<script>
var myurl = "http://www.trafficseller.com/blind.cgi?ref=my_account";
document.foo.action = myurl;
onload=document.foo.submit();
document.self.focus();
</script>
nation-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook