Jump to content

disabling exit pop with window redirect


dombrorj

Recommended Posts

I have an exit popup script on a landing page that redirects the user to another URL with an "Are you sure you want to leave" alert box when the user tries to X out of the window. This works fine.

 

On the same page I also have the following to redirect the page after a certain time...

window.setTimeout('window.location="nextpage.php"; ',6000);}

 

The problem I'm running into is that when the page redirects, it triggers the exit pop. I disable this function with clickable links on the page by using...

<a href="link.html" onClick="window.onbeforeunload=null;" />

 

I can't quite figure out how to integrate that line of code with my redirect script to disable the exit pop. Any suggestions on how this could be accomplished?

 

Thanks!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.