Need an exit popup code in my wordpress site..

4 replies
Hi warriors,
I am looking to promote a click bank product on my website..i am looking for an HTML script that redirects to my clickbank product only when visitors leave my website...

Thanks..
#code #exit #popup #site #wordpress
  • Profile picture of the author raycowie
    Signature

    Before you can become unstoppable, you have to get started!


    {{ DiscussionBoard.errors[3340650].message }}
    • Profile picture of the author anthony2
      Thanks Ray for the information.

      I've been using Exit Splash for

      my websites for months now.

      Its been working out well for me.

      I didn't know about robert script until

      now. I will try it out and see which

      one works better for me.
      Signature
      "I Leveled The Playing Field And Removed Every Roadblock
      To Helping You Make Maximum Profits In Minimum Time"
      Click Here Now To Find Out How!
      {{ DiscussionBoard.errors[3340718].message }}
    • Profile picture of the author hashif16
      thank u..have a nice day my friend..
      Signature
      Make offer Via Pm:QUALIENT.COM for sale
      {{ DiscussionBoard.errors[3341336].message }}
  • Profile picture of the author BeachDude
    <!--Put the code shown below just above the </body> tag the footer file of word wordpress theme-->
    <script type="text/javascript">
    <!--
    //Type in your downsell page link below, make sure to leave the quotes.
    redirectLink = "google[dot]com";

    //Type in the message you want people to see in the popup box below. Use single quotes instead of double quotes, double quotes will mess up the code.
    //If you want to start a new line, type: \n
    exitPopText = "***************************************\n\n W A I T B E F O R E Y O U G O !\n\n CLICK THE CANCEL BUTTON RIGHT NOW\n TO STAY ON THE CURRENT PAGE.\n\n I HAVE SOMETHING VERY SPECIAL FOR YOU!\n\n***************************************";

    exit = true;


    function ExitPop()
    {
    if(exit == true)
    {
    exit=false;
    window.location = (redirectLink);

    return(exitPopText);
    }
    }
    function dismissExit(){
    exit = false;
    }
    window.onbeforeunload=ExitPop;
    -->

    </script>

    <!--End of code to paste-->
    {{ DiscussionBoard.errors[3341639].message }}

Trending Topics