Why is my exit page pop not working on Internet Explorer?

2 replies
  • WEB DESIGN
  • |
Hi there,
Can anyone tell mw why my exit pop up on Fast Guitar Exercises For Speed is turning up straight away as soon as the page loads instead of when you try to leave the page? The second one I have seems to work fine so I am really at a loss as to why this is happening.

It seems to only not work correctly in Internet Explorer.

Any help would be greatly appreciated.

Cheers,

Charlie.
#exit #explorer #internet #page #pop #working
  • Profile picture of the author jamesg3
    Charlie, I am a guitar player too. Been playing for 3 years so far and while I am not a guitar god by any means, I can play fairly well. I am very interested in your techniques for increasing speed in 30 days.

    Anyways, it looks like you may have an internet explorer browser compatibility issue. Have you added any IE fixes to your code? .

    Originally Posted by charliemwallace View Post

    Hi there,
    Can anyone tell mw why my exit pop up on Fast Guitar Exercises For Speed is turning up straight away as soon as the page loads instead of when you try to leave the page? The second one I have seems to work fine so I am really at a loss as to why this is happening.

    It seems to only not work correctly in Internet Explorer.

    Any help would be greatly appreciated.

    Cheers,

    Charlie.
    Signature
    Serious Wordpress sites, html/css sites and flash sites Cheap. I provide killer SEO, easy to use e-commerce solutions and payment gateways. Check me out at Serious Website Design.
    Need Hosting with serious speed and power? 3.99 a month. Take a look here. Serious Website Hosting.
    {{ DiscussionBoard.errors[3978274].message }}
  • Profile picture of the author 4under
    Originally Posted by charliemwallace View Post

    Hi there,
    Can anyone tell mw why my exit pop up on Fast Guitar Exercises For Speed is turning up straight away as soon as the page loads instead of when you try to leave the page? The second one I have seems to work fine so I am really at a loss as to why this is happening.

    It seems to only not work correctly in Internet Explorer.

    Any help would be greatly appreciated.

    Cheers,

    Charlie.
    Starting at line 54 you have:
    Code:
    <script type="text/javascript"> var exit=true; 
        function confirmExit() 
                { 
                if(exit) 
                location.assign('discount.html'); 
                if(exit) 
                 return  "**********************************************************************************************nn  - - - W A I T ! ! ! - - -nnEXTRA 15% OFF GUITAR BURNING  SPEED!!nnVERY LIMITED OFFERnn Click CANCEL To Grab Your Copy  Now!nn**********************************************************************************************"; 
                } 
    </script>
    Change to:
    Code:
    <script type="text/javascript">     
        function confirmExit() 
                { 
                location.assign('discount.html'); 
                 return  "**********************************************************************************************nn  - - - W A I T ! ! ! - - -nnEXTRA 15% OFF GUITAR BURNING  SPEED!!nnVERY LIMITED OFFERnn Click CANCEL To Grab Your Copy  Now!nn**********************************************************************************************"; 
                } 
    </script>
    I think that should fix the issue... Let me know
    {{ DiscussionBoard.errors[3979932].message }}

Trending Topics