Pop up code problem

by 2 replies
3
Hi all. I have and opt in form on my index page and I want to show a pop up when a prospect exits with out filling in the form. I put pop code there and of course it pops up during refresh, x'ing the page closed and even when I fill in the form.

I used this code but it does not disable the code.

<center><form onSubmit="throughlink();" method="post"
action="YOURMERCHANTACCOUNTURL"><input type="image"
src="IMAGE.JPG" border="0"></a></center>

Can someone please suggest a code to use to have the pop activate only when someone leaves without opting in?

Are pop ups even being considered by prospects anymore, or are they generally ignored?

I am considering purchasing Exit Splash if it can do what I need.

Are exit splashes ignored?
#programming #code #pop #problem
  • You will need to supply a link(s) to get a proper answer.
    With a link we can see all the javascript, and actually fix it live, using developer tools.
    • [1] reply
    • Hi and thanks for replying. My site is not ready at this point, so others clicking on it will not be good.
      Should I PM it to you or what do you suggest?

      Thanks, Trevor

Next Topics on Trending Feed

  • 3

    Hi all. I have and opt in form on my index page and I want to show a pop up when a prospect exits with out filling in the form. I put pop code there and of course it pops up during refresh, x'ing the page closed and even when I fill in the form. I used this code but it does not disable the code.