Top "Confirm" questions

For questions regarding the JavaScript `confirm` function or other such functions that ask the user for yes/no confirmation.

Javascript How to use Confirm Dialog Box onSubmit with two submit buttons on JSP

My form currently has two submit buttons. One for Search and the other for a Mark Complete function. I need …

javascript jsp confirm onsubmit
Confirmation Box in C# wpf

I want to show confirmation Box in C# code. I've seen above solution for that but it shows me exception …

c# wpf right-click confirm
JavaScript Confirm before deletion with PHP/MYSQL

I have tried a number of examples here but I can get my code to actually show a popup window …

javascript php mysql confirm
Custom choices in JavaScript confirm dialog

How to write a confirm dialog in JavaScript with custom choices? Instead of just "Ok" and "Cancel", I would like …

javascript dialog confirm
Prevent multiple click events firing JQuery

Here's the scenario, my content is loaded asynchronously based on a class. So if I have a link with the …

jquery confirm
JavaScript confirm cancel button not stopping JavaScript

I have a delete button that is tied to some comments on a page i have. When you click the …

javascript confirm dialog
Intercepting a jQuery.ajax() call with confirm()

I have an ajax call bound to a link via jQuery, and I want it intercepted by a confirm dialog. …

jquery confirm
Confirm Window in React

I have this following code : renderPosts() { return _.map(this.state.catalogue, (catalogue, key) => { return ( <div className="item col-md-3" …

javascript reactjs firebase firebase-realtime-database confirm
Powershell New-Item: How to Accept Confirmation Automatically

I'm trying to create a new directory on a network drive using a powershell script but it keeps prompting me "…

powershell confirm
Confirm delete with laravel form?

Problem with confirm delete, all works fine, but if you click cancel in confirm popup it will delete the item …

php forms laravel confirm