Top "Confirm" questions

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

Primefaces p:confirmDialog inside tabView

I now have problem with using confirmDialog inside tabView. Here is my confirmDialog <p:confirmDialog global="true" showEffect="fade" …

primefaces dialog confirm tabview
How to issue a confirm (yes/no) message of a Android task?

I want to ask the user if he agrees to continue launching a task, how do I issue a confirm …

xml android views confirm
Android - Confirm app exit with toast

I'm new to Android development and I want it so when the user presses the back button on the main …

android exit toast back confirm
Do browsers localize the OK and Cancel buttons of the javascript confirm popup?

In a multi-language web site, can I rely on the javascript confirm to translate the text of the Ok/Cancel …

javascript localization confirm
How do I add confirm function to links in jQuery so that the dialog always appears?

I have a HTML table that displays rows of records and has a column on the end with a delete …

jquery onclick confirm
JavaScript: Confirm dialog box that shows value from a text box

Is there a way to have a confirm dialog box display the value a user typed in a text box …

javascript text dialog confirm
Form confirmation on submit

I want to have a confirmation from the user before they submit a form. This will prevent accidental POSTing of …

javascript forms confirm onsubmit
How to use asynchronous JQuery confirm dialog as synchronous?

I use a simple JavaScript confirm function that is used by all pages in my Asp.net project and I …

asynchronous callback jquery-ui-dialog confirm
javascript Confirm replacement with return true/false

Since jquery UI dialog does not support returning true/false, I need some other way to replace a javascript confirm. …

javascript alert confirm
Jquery confirmation not working

I tried this: https://stackoverflow.com/a/12617274/4164311. The string "Are you sure about this" just appears in my browser and …

jquery jquery-ui confirm confirmation