How to Create Exit Popups?

by Wallacek Banned
32 replies
There are two kinds of exit popups that I know of.

One is the kind at Under Ground Cash Secret
(Try clicking the back button)
Sorry, I am not allowed to post links.

The other is the kind at Psychic Popup
(Move the mouse over the top of the page)

My site has a high bounce rate. I want to create a exit popup that visitors have to click to leave. The kind of popup I want to create is an exit popup like the one on this website.

Underground Cash Secret

Those popups stop you when you click the back button or the close button.

I am able to use Psychic Popup generator to create a popup but those doesn't stop the visitor from leaving if they click the back button. See an example of this kind of popup here.

Psychic Popup

Is there a generator or html script for the first kind of popup? Please reply to this post if you happen to know.
#create #create exit popups #exit #exit popup html #popup script #popups
  • Profile picture of the author Sig Kappel
    exitsplash DOT com (Sorry still can not post links)
    Try that one out Wallacek
    Signature

    ---
    Focusing on Controllable Variables
    http://imkappel.com

    {{ DiscussionBoard.errors[1703648].message }}
  • Profile picture of the author wayfarer
    Yeah, exit popups are the best way to make it so that vistors NEVER come back. If you even have to be asking this question you shouldn't be putting one on your website.
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[1706117].message }}
    • Profile picture of the author Wallacek
      Banned
      Exit popups are proven to increase sales. By as much as 80%!
      {{ DiscussionBoard.errors[1719544].message }}
  • Profile picture of the author wayfarer
    Yeah right, you'd have to be an idiot to believe that.
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[1719805].message }}
  • Profile picture of the author nataliarocon
    You could write a javascript function (in the header) that loads and accompanying .html file when the page unloads.

    Code:

    <head><script type="text/javascript">
    function popup(){
    window.open(yourhtmlfile)
    }
    </head>
    <body onunload="popup()">
    <pre>.
    Your code here
    .</pre>
    </body>
    {{ DiscussionBoard.errors[1719869].message }}
    • Profile picture of the author wayfarer
      Originally Posted by nataliarocon View Post

      You could write a javascript function (in the header) that loads and accompanying .html file when the page unloads.

      Code:

      <head><script type="text/javascript">
      function popup(){
      window.open(yourhtmlfile)
      }
      </head>
      <body onunload="popup()">
      <pre>.
      Your code here
      .</pre>
      </body>
      Will be blocked by more than 99% of all browsers in use today. This type of popup will only open in response to a click in all modern browsers.

      I've been assuming we're talking about the annoying confirm statements:
      ARE YOU SURE YOU WANT TO LEAVE? [ok] [cancel]
      Which is a horrible business practice, and rightly frowned upon by Adwords, as mentioned.
      Signature
      I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
      {{ DiscussionBoard.errors[1804489].message }}
      • Profile picture of the author AnthonyAdams
        I prefer the psychic pops to the other one. All you need to do is put a 10px high div floating across the top of your page with an onMouseOver event to pop a div via CSS in the middle of the page.. You won't prevent them from leaving like the java alert, but you might catch their attention and keep them back.
        {{ DiscussionBoard.errors[1834116].message }}
        • Profile picture of the author FortressDewey
          Originally Posted by AnthonyAdams View Post

          I prefer the psychic pops to the other one. All you need to do is put a 10px high div floating across the top of your page with an onMouseOver event to pop a div via CSS in the middle of the page.. You won't prevent them from leaving like the java alert, but you might catch their attention and keep them back.

          That is only marginally more tolerable than pops ups. A guaranteed way to make sure I never come back to your site, have a pop up that I have to look and READ to close.
          {{ DiscussionBoard.errors[1839576].message }}
  • Profile picture of the author severt
    Please note that Google Adwords doesn't like Exit Pop-ups.
    When visitors click the "back" button they need to go the previous
    page without interuption. My ad's got declined for the exact same reason

    Dennis
    Signature
    Never overlook the chase for the almighty dollar.
    {{ DiscussionBoard.errors[1721589].message }}
    • Profile picture of the author Jag82
      Originally Posted by severt View Post

      Please note that Google Adwords doesn't like Exit Pop-ups.
      When visitors click the "back" button they need to go the previous
      page without interuption. My ad's got declined for the exact same reason

      Dennis

      Yes, it's true about Adwords declining ad for website
      that has an exit pop up.

      I just confirmed this with Google Adwords support.

      Guess I now got to test an alternative landing page
      with Yahoo and Bing traffic instead.

      Jag
      {{ DiscussionBoard.errors[1803258].message }}
  • Profile picture of the author TheKeys
    It can help and hurt your business. If you're using an exitsplash type of thing to make your product $20 bucks cheaper than in some cases it's good. But when you keep trying to exit but can't.. that's when it becomes annoying.
    Signature

    Help fund a trip to California
    Please donate to help fund my trip to California.
    Please share or tweet this
    http://goo.gl/VidCzJ

    {{ DiscussionBoard.errors[1839639].message }}
  • Profile picture of the author AnthonyBeldt
    You write the following java script in the heading part

    <script type="text/javascript">
    function popup(){
    window.open(yourhtmlfile)
    }</script>

    and in body tag you write onunload="popup()"
    {{ DiscussionBoard.errors[1847530].message }}
    • Profile picture of the author wayfarer
      Originally Posted by AnthonyBeldt View Post

      You write the following java script in the heading part

      <script type="text/javascript">
      function popup(){
      window.open(yourhtmlfile)
      }</script>

      and in body tag you write onunload="popup()"
      AGAIN, this WILL be blocked, and is totally useless.
      Signature
      I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
      {{ DiscussionBoard.errors[1848689].message }}
  • Profile picture of the author My220x
    On the topic of exit popups, does anyone know how to get Aweber to pop up when they try and close the page?
    {{ DiscussionBoard.errors[1847541].message }}
  • Profile picture of the author Palusko
    I see you already installed the pop up. I find it useless. The problem is you promise too much and you advertise a success of someone else, not your own. I don't know who Jason is, nor I know why should I care that he has a Ferrari and a nice house. Show me a picture of your car that YOU earned using this system, then I may be interested. sorry, no sale here.
    {{ DiscussionBoard.errors[1848845].message }}
  • Profile picture of the author wayfarer
    Oops, I just turned JavaScript off... where did your popup go?
    The only exit popup that isn't going to be normally blocked is the annoying, useless confirm statements.
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[1858533].message }}
    • Profile picture of the author jonelast
      Does anyone know for a fact that a popup will affect your google ranking and if so, would it affect the site as a whole (assuming the popup is on the default page) or just the offending page?...
      {{ DiscussionBoard.errors[1859773].message }}
      • Profile picture of the author wayfarer
        Originally Posted by jonelast View Post

        Does anyone know for a fact that a popup will affect your google ranking and if so, would it affect the site as a whole (assuming the popup is on the default page) or just the offending page?...
        Google search doesn't care about popups. For the most part the spider just ignores scripting.
        Signature
        I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
        {{ DiscussionBoard.errors[1861027].message }}
  • Profile picture of the author 6120
    I nearly bought a package from someone advertising here - until I was presented with one of those exit popups - it killed the sale.
    {{ DiscussionBoard.errors[1860056].message }}
  • Profile picture of the author mikep791
    I just bought Psychic Popup for $17. It lacks in a few areas.

    1. I have to create the pop-up image.
    2. I can't figure out a way to make my pop-up image linkable.

    Does anyone know how to accomplish do these two things? I can make an image but what's a good cheap image tool to use?
    {{ DiscussionBoard.errors[1891542].message }}
    • Profile picture of the author phiwebsolutions
      exitsplash.js - 2.3 Kb
      Put the .js file in the same directory you page is. Now put the following code before </body>.

      Code:
      <script language="javascript"> 
      var exitsplashmessage = "this is your message";
      var exitsplashpage = 'http://google.com';
      </script> 
      <script language="javascript" src="exitsplash.js"></script>
      Change this is your message to your text
      and google link to the link you want to redirect your user.
      Hope that helps
      {{ DiscussionBoard.errors[1893518].message }}
      • Profile picture of the author pappyy3
        You better well have an excellent reason for the visitor to put up with a unblockable pop-up
        exit screen.

        Those things are more annoying than mosquito's. Only one way to deal with them, that is to close the browser!!
        Signature

        Tonster

        {{ DiscussionBoard.errors[1899264].message }}
  • Profile picture of the author alf82
    Dave Guindon does not charge monthly for his 'virtual smart agent' I have that on my web site at loseweight-keepfit.com under the "special picks section.
    {{ DiscussionBoard.errors[1915493].message }}
  • Profile picture of the author maxfrenzi
    Just a quick question. I purchased Psychic Popups. Problem is that when someone fills out my autoresponder the new window stays embedded in the page where the code is located. What am I doing wrong? I want them transferred to a landing page within the site.

    Sean
    {{ DiscussionBoard.errors[2120881].message }}
    • Profile picture of the author RobertParagasam
      Originally Posted by maxfrenzi View Post

      Just a quick question. I purchased Psychic Popups. Problem is that when someone fills out my autoresponder the new window stays embedded in the page where the code is located. What am I doing wrong? I want them transferred to a landing page within the site.

      Sean
      This is how I did it.

      For the URL of pop up content, I gave the autoresponder URL.
      I set my autoresponder to point the subscibers to a thank you page.
      In the "thank you page" I have link to an "instructions page". The link opens up in a new frameset.

      You can check my working example at [internetentrepreneurshiptraining.com] Sorry, I can't post links yet.

      And on another note, you can visit my website [starz.ws/ExitProphetPro/] for free.
      {{ DiscussionBoard.errors[5455627].message }}
  • {{ DiscussionBoard.errors[2125114].message }}
  • Profile picture of the author coolsharad
    can some one help on this type of problem my client want when some one close the corss button the customize alert box will is this possible
    {{ DiscussionBoard.errors[5455799].message }}
  • Profile picture of the author melonsmartin
    Thinking, to create the perfect message, the most important thing is to understand the reasons for your visitors to leave. Price is too high? Give them a discount. Do they know it? Give them a free report, so you can follow to build trust and credibility with them.
    {{ DiscussionBoard.errors[5483038].message }}
  • Profile picture of the author wasabi20
    Are you using wordpress to power your website ?
    {{ DiscussionBoard.errors[5486895].message }}
  • Profile picture of the author mortenmatras
    Thanks for the answers here.
    {{ DiscussionBoard.errors[5562352].message }}
  • Profile picture of the author macjonny
    Place the following script between the <HEAD> and </HEAD> tags:
    <script language="javascript">
    <!-- begin

    var exit=true;
    function exitwindow()
    {
    var url = 'URL/to/popup.html';
    var win = 'toolbar=0,directories=0,menubar=0,scrollbars=0,
    resizable=0,width=250,height=300';
    if (exit)
    open(url,'WindowName',win); }

    // end -->
    </script>
    Signature
    {{ DiscussionBoard.errors[5591150].message }}

Trending Topics