J jamesyboy Regular Member Joined Apr 4, 2011 Messages 215 Reaction score 21 Jan 27, 2014 #1 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.
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.
R rutix Junior Member Joined Sep 6, 2012 Messages 102 Reaction score 12 Feb 4, 2014 #2 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> Click to expand...
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> Click to expand...
C cweezyf Newbie Joined Nov 19, 2012 Messages 19 Reaction score 3 Feb 8, 2014 #3 Not working for me, i put it after <head> tag. Using wordpress and google chrome.
Leaver Registered Member Joined Sep 20, 2013 Messages 58 Reaction score 29 Feb 8, 2014 #4 I think this script is what you need. http://bit.ly/1iEkfeB
C cweezyf Newbie Joined Nov 19, 2012 Messages 19 Reaction score 3 Feb 8, 2014 #5 Thank you but I'm sure there must be a free alternative, shouldnt it be relatively simple?
iamkhan2 Junior Member Joined Dec 4, 2013 Messages 196 Reaction score 64 Feb 18, 2014 #6 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
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
F fiesta Junior Member Joined Jan 5, 2011 Messages 174 Reaction score 42 Feb 27, 2014 #7 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">
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">