Top "Confirm" questions

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

Javascript confirm message problem

I have a popup confirm box which i am able to show like below. But i dont know if the …

c# javascript asp.net popup confirm
Using Twitter bootstrap modal instead of confirm dialog

I am trying to use twitter bootstrap modal instead of custom confirm dialog. my function function getConfirm(confirmMessage){ if ( confirmMessage == …

jquery twitter-bootstrap modal-dialog confirm
Custom confirm dialog with JavaScript

I would like to create a JavaScript function similar to confirm() that shows a dialog (a div with a question …

javascript jquery dialog callback confirm
How to automatically click a confirm box?

My script clicks an image on a site. The image has an anchor href and an onclick href, but the …

javascript greasemonkey confirm
Using jquery ui dialog to confirm action for form submission

I have multiple forms on a page, for each of them I want the user to confirm before form submission. …

jquery confirm
Newline in <p:confirm message>

Is there a way to put a new line in the message of <p:confirm> component? <p:…

jsf jsf-2 primefaces newline confirm
CakePHP Javascript Confirm dialog Form Submission cancel not working

With my CakePHP's registration form, once clicking Submit button, I simply want to display Javascript Confirm dialog box, which should …

javascript cakephp submit confirm
Overriding Javascript Confirm() while preserving the callback

To the point, I want to override the standard js confirm() function within a jQuery plugin. I have figured out …

jquery callback overriding confirm
Double confirmation on exit

I am trying to make it so that the user is prompted to confirm exiting my program in c#, but …

c# winforms exit confirm