Top "Confirmation" questions

Confirmation box from server side in asp.net

I want to show the confirmation box in asp.net from server side: I want to call it from server …

asp.net alert server-side serverside-javascript confirmation
Javascript Confirm Delete in One PHP File (on href)

<p><span class="linky"><a href="deletephone.php?id=' . $row['id'] . '">Delete …

php javascript mysql confirmation
How to generate a secure activation string in php?

After user subscribe email to my website. My website will generate an email confirmation and send to them. In the …

php email auto-generate confirmation
Twitter bootstrap - open modal over an already opened modal

Here's my scenario: I'm opening a modal window with some record details, and I've a "Delete" button. When user clicks …

twitter-bootstrap modal-dialog confirmation
How do I enable :confirmable in Devise?

The newest version of Devise doesn't have :confirmable enabled by default. I already added the respective columns to the User …

ruby-on-rails-3 devise confirmation
JFileChooser with confirmation dialog

I am working on a program that loads and saves data from text files, and I am asking the user …

java swing confirmation
How to check the delivery status of Firebase message sent to an Android application?

I am testing the Firebase JSON to check the delivery receipts of the notification sent to the news app. I …

android firebase firebase-cloud-messaging confirmation
MVC3 Actionlink with confirmation dialog

Can I show a confirmation message for an ActionLink? Do I need to use javascript? Is it possible without it? …

asp.net-mvc-3 confirmation
Display a warning when leaving the site, not just the page

This sounded like something almost impossible to do when it was presented to me. I know you can display a …

javascript html events dialog confirmation
Javascript confirm box, if cancel is clicked, it will not reload the page

Is there away that the confirm box appeared, if i clicked "ok" it will go to another page and if …

javascript jquery html alert confirmation