WTB Popunder script

jamesyboy

Regular Member
Joined
Apr 4, 2011
Messages
215
Reaction score
21
Simple script to launch window or tab from a page. Must be compatible with all browsers. I'll pay extra if you can get it to work on web-page exit.
 
Try this, it should work:

<body onUnload="on_exit()">
<script language=javascript>
function on_exit(){
var new_site=window.open("http://newsite.com", "win");
}
</script>
 
Not working for me, i put it after <head> tag. Using wordpress and google chrome.
 
Thank you but I'm sure there must be a free alternative, shouldnt it be relatively simple?
 
PM with your skype details.. i have something you might like.
We can talk about what specific variables you need to monitor in your CMS
 
this script is free and compatible with all browsers
Code:
 < script type="text/javascript"  src="http://beaverscripts.com/openwindow.js?puurl=http://www.YOUR-POP-UNDER-ADDRESS.com">
 
Back
Top