Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   Need a referral for a good exit console (http://www.greenguysboard.com/board/showthread.php?t=8694)

mariah 2004-06-26 12:57 AM

Need a referral for a good exit console
 
I gate pop ups but feel like it's crazy not to have at least one small window as an exit console. I pay for traffic and whatever Im not converting is just pissed away.

I have no traffic leaks anywhere on my site and just want one good console.


Anyone have a good script that is easy to install for someone not too great at tech stuff?

Thanks for any help

Mariah

Mateusz 2004-06-26 03:22 AM

I'm not sure if it's what you are looking for.. put this part in head section


PHP Code:

<SCRIPT LANGUAGE="JavaScript">
var exit=
true;
function 
unload() {
if (exit){
window.open('YOURURL');
}
}
// -->
</SCRIPT> 

than execute this function on window exit by adding


PHP Code:

<body OnBeforeUnload="unload()"

you can also put this line at each if you want your exit window appear only if someone doesn't click any link

PHP Code:

  target="_self" onClick="exit=false" 


however if you are trying to flood your users with popups most likely they will try to quit this hell rather than spend some money

T Pat 2004-06-26 11:55 AM

Hi Mariah
Cleo helped me out with a exit counsole a couple months ago that works great.
here's the thread
http://www.greenguysboard.com/board/...&threadid=7078


All times are GMT -4. The time now is 04:28 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc