The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Looking for popunder tab script

Ruriko

New Member
affiliate
Does anyone have a working popunder tab script? basically if a user visits your site and clicks anywhere on the page it would open a new tab that goes to a different site while the current tab is still on focused. Anyone have this script?
 
Well is it ok with you if it redirects you current page but after that the visitor is still on your current page? Just pm me I could offer it to you.
 
Does anyone have a working popunder tab script? basically if a user visits your site and clicks anywhere on the page it would open a new tab that goes to a different site while the current tab is still on focused. Anyone have this script?

Hi, I have a better script! This script, when clicking on your site, substitutes the parent tab for one more your site.
Ex:
Site1->click->site2(opened in new tab)->site1 redirecting on site2
Code:
<html>
<head>
<title></title>
</head>
<body>
<script language="JavaScript">
   if(parent.window.opener) parent.window.opener.location.replace("http://mylandingpage.com"); /put into your landing page
</script>
</body>
</html>
 
banners
Back