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

  • SEARCH
  • Home
  • 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 8339161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:48:36+00:00 2026-06-09T04:48:36+00:00

I got to know how we can get a popup when the user tries

  • 0

I got to know how we can get a popup when the user tries to close the browser. Now my question how can we execute some piece of code if the user says ‘Stay on page’? is there any click handler for that button?

  • 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-06-09T04:48:37+00:00Added an answer on June 9, 2026 at 4:48 am

    Try using the onbeforeunload event.

    (function () {
    
        var oldMousemove = document.body.onmousemove,
            onCancel = function () {
                // Do something if the user stays.
                document.body.onmousemove = oldMousemove;
            };
    
        window.onbeforeunload = function() {
            document.body.onmousemove = onCancel;
            return 'Do you really want to leave?';
        };
    
    })();
    

    Note: Most browsers won’t respect the custom prompt statement and will favor their own instead.

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

Sidebar

Related Questions

I know that you can get the username of the currently logged in user
do you know where can i get the browser stylesheet? I try to explain
i know i can get the Thread Name by calling Thread.CurrentThread.Name but i got
I've got a simple class Currency with overloaded operator<<. I don't know how can
I know this is a frequently asked question and I havent got a clear
I don't know where I've got a mistake, when I fire below code from
Hi I got something wrong in my code and I don't know why My
Im coding in Java.. Does anyone know how i can get the content of
as you know we can get post field by server side language like php,for
I don't know if I have got this correct but what I am trying

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.