How do I make a new window pop up on exit?

3 replies
  • WEB DESIGN
  • |
I did this once when I was learning HTML, but can't find the instructions now.

I have a membership web site and want to add a Free Trial offer for people who decide to leave the site without buying a membership. The pop up will appear when they leave.

I've already made a separate web page for this trial offer, which is a duplicate of the main site only with the trial option.

So I guess I kind of have 2 different questions:

1) what HTML do I need to put on my page to force the popup of the trial offer?

2) since they will already have seen the sales page, would it make more sense to make the offer a new page with less info, or should I just use the free trial page?

Thanks for your help.

Sylvia
#exit #make #pop #window
  • Profile picture of the author Technista
    Originally Posted by sylviad View Post


    1) what HTML do I need to put on my page to force the popup of the trial offer?
    A little javascript would do the trick...

    Originally Posted by sylviad View Post


    2) since they will already have seen the sales page, would it make more sense to make the offer a new page with less info, or should I just use the free trial page?
    I think I would offer a new page with less info, with emphasis on the call to action.
    {{ DiscussionBoard.errors[1442704].message }}
  • Profile picture of the author ashumer
    Try this in google search
    Exit-Prophet-Pro-Script.zip
    Signature

    Ash Umer
    Online Income Earner

    {{ DiscussionBoard.errors[1442724].message }}
    • Profile picture of the author Jeff Poulton
      One thing to keep in mind is that some CPA networks and major affiliates do not allow exit popups. When you program your solution, make sure there is a simple way to turn it off.

      For several code examples, do a Google search for 'javascript exit popup'. It's definitely not that difficult, but if you don't know javascript or programming in general, it might look completely daunting.
      {{ DiscussionBoard.errors[1443274].message }}

Trending Topics