Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
3k views

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 email content, i need to include activation key, something like: ...
8
votes
4answers
1k views

WCF and confirmations - do I need to send back a 'OK got it' to client?

If I have hundreds/thousands of client computers WCP'ing to my server, should I respond with a '200 OK' type message stating that I received the data and stored it in the db successfully? Is this ...
7
votes
7answers
1k views

In Bash, how to add “Are you sure [Y/n]” to any command or alias?

In this particular case, I'd like to add a confirm in Bash for Are you sure? [Y/n] for Mercurial's hg push ssh://username@www.example.com//somepath/morepath, which is actually an alias. Is there a ...
6
votes
4answers
3k views

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 model but cannot find any code examples of how to enable :confirmable. ...
5
votes
3answers
486 views

Devise: Is it possible to NOT send a confirmation email in specific cases ? (even when confirmable is active)

Here is my situation, I use devise to allow users to create account on my site and manage their authentication. During the registration process I allow customers to change some options, leading to ...
5
votes
2answers
564 views

JavaScript Preloading Images

Can you tell me if the function I wrote below is enough to preload images in most if not all browsers commonly used today? function preloadImage(url) { var img=new Image(); img.src=url; } I ...
5
votes
6answers
4k views

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 dialog box to confirm when leaving a web page. But is it possible to display a dialog box when ...
4
votes
4answers
513 views

ColdFusion email - is there a way to confirm the email has been sent?

Just using the standard cfmail tag, is there a way we can confirm that the email has been sent? I tried cftry/cfcatch but that only confirms that there were no errors in processing the tag, if I put ...
3
votes
3answers
85 views

Gmail-style Exit Message

I realize this is likely a duplicate, but I've been googling/SOing for a day now and I can't find a satisfactory answer. If there is an answer already on SO, please send me there. I have a client ...
3
votes
5answers
156 views

Creative account confirmation without the use of emails

I employ email validation to grant people full use of the site. The trouble is, sometimes these emails get spam-boxed, or never arrive, so I get many people complaining that they cannot confirm their ...
3
votes
4answers
2k views

JFileChooser with confirmation dialog

I am working on a program that loads and saves data from text files, and I am asking the user a file name with JFileChooser on load and save. This question is about the save dialog: new ...
3
votes
5answers
131 views

jQuery, Using .remove() , but I would like a confirmation box to appear

I am using jQuery's .remove() to get rid of divs of content, but I would like to be able to have a confirmation or dialog box appear before it is removed. I am just not sure of the context of how I ...
3
votes
4answers
1k views

How can I print an HTML document from C# or javascript without user confirmation?

I would like to send a print job to the printer without the user having to click "okay" on the print confirmation dialog window. Either C# code-behind or javascript would be fine, whichever works ...
2
votes
1answer
28 views

How can i use Jquery ui dialog confirmation for gridview linkbutton?

I have a linkbutton in Gridview for delete items. I wanna use (jquery ui dialog confirmation) with this button. <asp:LinkButton ID="lnkDelete" Font-Size="12px" runat="server" ...
2
votes
1answer
51 views

Emacs New File Confirmation during Find-File Completion

Some Emacs package I use has turned off the find-file confirmation for choosing a new non-existing file that matches parts of existing file-names shown during completion. I want this confirmation back ...
2
votes
3answers
125 views

How to avoid confirmation message when executing a .reg file with shellexecute command

In my program I check for a registry key at startup and if somehow it does not exist I execute the reg file located in the application folder wit the help of ShellExecute command. How can I avoid ...
2
votes
3answers
53 views

REST: DELETE and Business Logic conditions

What is the de-facto/conventional practice when enforcing business logic in a REST API and what HTTP Status Codes are used? For example, lets say that I have a Player entity and a Team entity. A ...
2
votes
2answers
94 views

Rails User Sign Up Mail Confirmation

I'm trying to create a mailer that sends out an email whenever a user signs up. Pretty simple but I'm new to rails. I have a site that already creates the user. I have a login and sign up page that ...
2
votes
1answer
65 views

SimpleModal confirmation and proceeding to original href

I've search and can't find a solution. Hopefully I'm overlooking something simple. What I'm after is a standard jquery confirmation, a la: $('.confirm').click(function(){ var answer = ...
2
votes
4answers
260 views

How can I do member registration confirmation?

How can I register with CakePHP ? After registering , it will send email for confirmation. If I click the link for confirmation then the account will be confirmed. How can I do this? Is there any ...
2
votes
1answer
427 views

Rails & Devise: Two-step confirmation route error

I'm trying to make a two-step confirmation like heroku using Devise. My routes: devise_for :user, :controllers => {:confirmations => "confirmations", :registrations => "registrations" } ...
2
votes
3answers
226 views

Confirmation with save and discard button

How can we create a confirmation alert in javascript with a save and discard button in it? If we use the code confirm('Do you want to save it?'); We will get an alert box with ok cancel. How can ...
2
votes
4answers
647 views

HTML5 php contact form script confirmation

I'm having some trouble with a script confirmation. By standard it's set to hide the contact form and display a confirmation message but it's not working for all browsers. After some tests I realized ...
2
votes
2answers
3k views

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 side because I have to take the customer message from server side. I am using the below code ...
2
votes
2answers
376 views

Dealing with Firefox 4's new “data entered” confirmation dialog in Selenium IDE

I'm trying some S-IDE tests in Firefox 4 beta 7 that work fine in 3.6. One thing I can't seem to figure out is an automated way to interact with FF4's new built-in dialog: Anybody solve this one ...
1
vote
0answers
73 views

Confirmation box appears twice

I have a confirmation box in javascript. The confirmation box works but there is a slight glitch. When the confirm box apears, if I click OK or cancel, the box will close and open again asking for a ...
1
vote
0answers
288 views

WebDriverBackedSelenium: confirmation handling throws: UnsupportedOperationException

I using WebDriverBackedSelenium to handle confirmation dialogues and alerts in my tests WebDriver driver = new FirefoxDriver(); driver.get("https://uat03.testnet.com/uat03/main.asp"); ...
1
vote
1answer
89 views

Rails & Devise: Two-step confirmation params error

This is a continuation of my woes and drama ... Run through: I can enter my email to register! I can click the confirmation link! I'm taken to the correct page to confirm: ...
1
vote
1answer
150 views

Accessing results of JavaScript's “window.confirm” in regular Java

I have a Java page that uses embedded JavaScript to create a confirmation message (I'm using window.confirm). I would like to use the results of the user's selection (either "Yes" or "No") outside of ...
1
vote
1answer
718 views

jquery easy confirm dialog

Anyone know how to make the confirmation dialog appear when i click on the radio buttons. Downloaded the code from http://projectshadowlight.org/jquery-easy-confirm-dialog/. just bit confused to tweak ...
1
vote
4answers
199 views

Deletion Confirmation in Web-based application

Good day! How is the confirmation for deletion usually done in Web-based applications? I often use JOptionPane in doing the confirmation messages in my Java desktop applications so I am also thinking ...
1
vote
2answers
224 views

Creating the “JOptionPane effect” with my own JFrame

I have this main JFrame (call it DrinkChooser) that shows another complex confirmation JFrame (call it ConfirmWin). The ConfirmWin has only two JButtons, confirm and cancel. I want to do this: (in ...
1
vote
1answer
827 views

Fancybox Confirmation Window

I have a newsletter sign-up form and I'd like the confirmation to appear in a Fancybox window. Trouble is, I don't know how to do this! What code do I use to call the window onSubmit? Where do I put ...
1
vote
1answer
323 views

cucumber file download confirm

I have a cucumber step where the file gets downloaded, but i am unable to click the save button in the dialog box that a browser provides, with cucumber step. I have found some pages which solves the ...
1
vote
1answer
267 views

Confirmation on submit

I have a form that submits information to a database. How can I make it so that when I click the submit button, I get an alert that asks me if I really want to submit it and when I click "Yes" it ...
1
vote
1answer
145 views

How to confirm that user owns website like Google Analytics?

I want to implement a script for users to confirm that a website is owned by them (or at least they have control over it) like how Google Analytics does it. What is the most secure way of doing this? ...
1
vote
2answers
256 views

Do webdevelopers need “confim resend” protection?

I use firefox for my web development and I bet most of you guys too. I've been doing a lot of form development recently and this annoying message "To display this page, Firefox must send ...
1
vote
3answers
161 views

jQuery - combining “confirm” and “someOtherAction”

I have the following code that simply uses a jquery ui modal dialog to "confirm" any click on a link. If they click OK, then it sends them to the original link. It works fine, so don't bother reading ...
1
vote
2answers
685 views

jQuery: how to use dialog-modal confirmation before deleting?

This is the 1st time i'm use jQuery dialog_modal confirmation. i want to use this before deleting data inside ajax function. i'm still confuse how to put this script correctly. Before use this dialog ...
1
vote
3answers
145 views

Place Name from Form Results in thank you page?

I designed a form that emails the results when submitted. The PHP script will show a thank you page upon success. Is it possible to place the the "name" field in a separate thank you page? Here is ...
1
vote
3answers
2k views

How can I recieive confirmation for delivered email with JavaMail API?

I'm writing a program, that sends email messages and want to know when the receiver receives the email message I've sent to him. How can I do this using JavaMail API? If I use SMTPMessage, how ...
1
vote
1answer
5k views

jQuery modal dialog and jqGrid

How can I use the Jquery modal confirmation with jqGrid? Say when I will submit my entries it will pop up a modal dialog and display the names with the message for sending to server.. My approach ...
1
vote
1answer
347 views

Confirm Box from within Silverlight 4

I am having trouble getting the following code to work in FireFox (3.6.4), however, it works perfect in Chrome (5.0.375.70) and IE (8.0.7600.16385). Operating system is Windows 7 32 Bit. ...
1
vote
1answer
796 views

Adding confirmable module to an existing site using Devise

I'm using devise for a web app and wanted to add the confirmable module to the site. However, since a confirmation_token isn't generated users can't sign in. When clicking the 'Didn't receive ...
1
vote
1answer
317 views

JQuery Confirmation Dialog

I have used the jQuery dialog code so that I can prompt my user. Is there a way to catch if the user clicks the close button (the 'X' in the top right? Thanks.
1
vote
2answers
950 views

How do I show a confirmation dialog before submitting a form using the jQuery ajax method?

I am using jquery ajax to delete a customer from a table. How would I show a confirmation box before submitting the form? I would preferably like to use jQuery's dialog. I have seen questions like ...
1
vote
1answer
153 views

How do I create a multilevel popup prompt like in Settings-Safari-Clear History?

I have a UITableView settings screen with options important enough that I should be asking the user to confirm whether or not they meant to hit them. I want to follow the apple convention as much as ...
1
vote
1answer
2k views

Problems with Error: There was an unexpected Confirmation!

I am trying to delete a user from a table. At first I was getting a timeout error but used the BeatnicClick() as described here: http://stackoverflow.com/questions/1391718/selenium-ide-click-timeout ...
1
vote
2answers
245 views

how to send email before page redirection

So on my website I have paypal enabled but when the user clicks the "buy now" button I want to shoot an email to the store owner with some information before it redirects to paypal.com. I can't think ...
1
vote
2answers
749 views

Order confirmation page in rails

I've been trying to create an order confirmation page for my rails app, and am not quite sure how to go about it in a restful way. There were a few answers on this question that got me halfway there, ...

1 2 3