About 579,000 results
Open links in new tab
  1. javascript - window.confirm not working in Internet Explorer

    When I click the button, nothing happens in IE. The button stays selected (highlighted blue), like the alert box is popped up. When I open the developer console, the confirm box works. Is …

  2. Browser dialogs (Alert, Confirm, & Prompt) not longer working …

    javascript:alert('A message and an OK button'); javascript:confirm('A message and an OK & Cancel button'); javascript:prompt('A message, an input box & an OK & Cancel button', …

  3. Window confirm() Method - W3Schools

    The confirm() method displays a dialog box with a message, an OK button, and a Cancel button. The confirm() method returns true if the user clicked "OK", otherwise false. A confirm box is …

    Missing:

    • Internet Explorer

    Must include:

  4. How to Enable JavaScript on Internet Explorer

    Mar 14, 2024 · Internet Explorer users who wish to turn on JavaScript on their browser can do so in just a few easy steps. All that’s needed is a device with an active Internet Explorer browser. …

  5. Window: confirm() method - Web APIs | MDN - MDN Web Docs

    Feb 20, 2025 · Learn about the Window.confirm () method, including its syntax, code examples, specifications, and browser compatibility.

  6. JavaScript Popup Boxes - W3Schools

    Confirm Box. A confirm box is often used if you want the user to verify or accept something. When a confirm box pops up, the user will have to click either "OK" or "Cancel" to proceed. If the …

    Missing:

    • Internet Explorer

    Must include:

  7. internet explorer - JQuery - confirm () not working in IE - Stack Overflow

    May 4, 2010 · $('.deleteItemIcon').click(function() { return confirm('Do you really wanna delete that'); }); try it like this. you don't need to put your confirm in a variable and check it after to …

  8. javascript - Issue with confirm dialog box on IE9 - Stack Overflow

    Jul 12, 2013 · var response = confirm('Are you sure?'); if(response){ return false; } // Do something here. You don't technically need the else{}, as return false will terminate the current …

  9. internet explorer - Javascript confirm box works in Chrome

    Feb 6, 2014 · It is working fine in chrome, but not working in firefox and IE. you can just do if(con){...} since con is already either true or false as a boolean. remove the else condition , …

  10. internet explorer - javascript - confirm() not working in IE9 but ...

    Apr 3, 2014 · Use window.confirm instead of confirm and it may work. What does not work exactly? Confirmation box with yes and no option is not being displayed in ie9. but it is being …

  11. Some results have been removed
Refresh