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 7587145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:36:05+00:00 2026-05-30T19:36:05+00:00

I assign the element id btn_submit to write_ok button. I wanted the following: if

  • 0

I assign the element id “btn_submit” to write_ok button.

I wanted the following:

if I press write_ok button,
  do write,
else (if I do not press write_ok button)
  do alert message before page exit.

I don’t know how can i find out which button was pressed.

I found this, but I cannot get it to work: jQuery: how to get which button was clicked upon form submission?

<script type="text/javascript">
$(window).bind('beforeunload', function(){
    if ( #btn_submit was not pressed )
        return 'If you exit the page, you may lose your changes';
});
</script>
  • 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-30T19:36:06+00:00Added an answer on May 30, 2026 at 7:36 pm

    You can do something like,

    <script type="text/javascript">
      var btn_submit_pressed = false;
    
      $(window).bind('beforeunload', function(){
          if ( btn_submit_pressed )
              return 'If you want to exit page, you may lost your writing';
      });
    
      $('#btn_submit').click(function(){ btn_submit_pressed=true; });
    
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the following code to dynamically create an INPUT element and assign
I've figured out how to assign a rotation value (element.RenderTransform = new RotateTransform(x)), but
I have the following code to assign a value to all the elements of
I'd like to assign a style to a HTML element - but only in
Can I do the following? function contains(element) { // if the element is a
How can assign multiple css classes to an html element through javascript without using
Is it possible to assign a function as the value of a canvas element?
If I have an array and want to assign pointer to id'th element of
I am trying to add a button inside a jqGrid column and to assign
Here's my button element: <button type=submit class=btn-submit><span><strong>Let Me In, please!</strong></span></button> and here's the CSS:

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.