Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6595737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:58:43+00:00 2026-05-25T17:58:43+00:00

i am doing a popup alert like this: window.onbeforeunload = confirmExit; function confirmExit() {

  • 0

i am doing a popup alert like this:

window.onbeforeunload = confirmExit;
function confirmExit()
{
return "Wait! Save up to $20 Today! \n nClick OK to Save";
} 

when i close the window i vet Stay on the page and Close the browser or something similar

what i am trying to do is: if Stay on the page option has been chosen then i want to eighter redirect the user to another page or show a jquery popup.

something similar to:

if (window.onbeforeunload = null){
location.assign('http://example.com');
}

but this doesn’t work.

Any ideas?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:58:44+00:00Added an answer on May 25, 2026 at 5:58 pm

    As pimvdb said in his comment to your question, this is a really annoying thing to do and I highly recommend against it. It’s just going to piss off your potential customers and ensure they don’t want to come back to your site later.

    That said, here’s something you can try. I’m not positive it’ll work, I could see there being some safeguards in place to prevent you from mucking with things while the window’s unloading, but I’d do something like:

    window.onbeforeunload = confirmExit;
    var triedToExit = false;
    function confirmExit()
    {
      triedToExit = true;
      return "Wait! Save up to $20 Today! \n nClick OK to Save";
    }
    

    From there you have some function checking every so often to see if triedToExit is set, and if it is, you can forward them as normal.

    But really, don’t do this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to select recently created element doing something like this: $(body).append(<div id='popup.dialog'></div>); dialogDiv
I have a popup window and I want to run a function from in
I have the script: $('#download').live(click, function(e) { e.preventDefault(); alert('Please right-click and select Save As.');
I want to popup a panel (like a popup window without the title bar
$(br).parent().contents().each(function(i) { if(this.nodeType == #Text) { alert(this.textContent); } }); i am trying to select
I'm using MVC2 and have a telerik popup window in which I'm doing a
Anyone have a sample of doing a jQuery notification/popup/calendar in Intraweb ? A simple
Doing odd/even styling with jQuery is pretty easy: $(function() { $(.oddeven tbody tr:odd).addClass(odd); $(.oddeven
When doing small icons, header graphics and the like for websites, is it better
My html looks like this : <li> <div> <p class=delete> <a href=#>X</a> </p> </div>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.