The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
20 views

confirmation before exit dialog

In most pages, if your doing an action, (like editing, creating), and when I attempt to exit, it mostly prompts me if I really want to exit. The dialog gives me two options: leave or cancel and ...
-3
votes
0answers
12 views

Facebook confirm number phone [closed]

I've got a problem. My Facebook accunt was suspended another time. If the first time I pass the control with the "Photo Quiz", this time Facebook ask me my personal thelephone number and I don't want ...
0
votes
1answer
11 views

Error giving confirm button a class Producing error

I ran across an error with the Form helper. I tried adding a class to a Form->postLink. Like so: Form->postLink( 'Delete', array('action' => 'delete', ...
0
votes
0answers
32 views

Pop up confirm message to appear on condition

I am trying to set up a Confirm dialogue which works as follows: When user clicks on Export button, calculations are done in the code-behind to work out how many rows to export. If row number exceeds ...
0
votes
1answer
48 views

Selenium - [error] Error: There was an unexpected Confirmation

I have a link that does a delete and has a confirm but I keep getting an error in SeleniumIDE [error] There was an unexpected Confirmation [Are you sure you want to delete all data and schedules for ...
0
votes
0answers
44 views

Want to know about facebook like and how to confirm it

Recently I was building codes but got a problem. Description: Users on my site have saved their Facebook name in my database. This database is of users who exchange likes with each other on this ...
0
votes
1answer
44 views

Undo action if “cancel” is pressed in response to confirm()

I made a quick list, which you can drag to a trash can (which removes it). Everything works when you press "ok", and the item gets removed as it is told to. Although if you press "cancel" to the ...
-1
votes
1answer
52 views

Fb like ask confirm [closed]

we are the main italian website of citizen journalism. I don't understand why facebook like button ask suddenly a confirm http://www.youreporter.it/video-foto/terremoto-emilia-2012-un-anno-dopo The ...
0
votes
1answer
76 views

Android TabHost - catch back button

I have an Android app that uses TabHost, the activity that calls the others based on the selected tab is simply called Main.java. I have tried to override the on back button event inside of the ...
0
votes
3answers
88 views

Convert Javascript string to date [duplicate]

I have these two var's curdate and sdate...sdate is a standard string that someone enters and then it compares to curdate. curdate is a date field from a smarty template(to show today's date in ...
0
votes
1answer
216 views

Delete operatin by Confirm Modal using Bootstrap

I have this following code for making a confirm dialog using Bootstrap modal.I have two modal forms. First form - editable, for add, edit and delete records. When I trying delete record I'm used ...
0
votes
4answers
76 views

Javascript confirm() not working correctly

I have this page and I am trying to confirm a date that's from an input text field vs the current date. If the date from the input field is later then the current date, the confirm box needs to come ...
0
votes
2answers
71 views

Calling a function to control a confirm alert from within an if statement

Good evening .. I have a form where you assign work to a worker, however, if that work is already assigned then user has a choice of either reassigning it or returning to previous page. so I'm trying ...
0
votes
1answer
148 views

Jquery Confirm and CodeIgniter Delete

I'm working with this admin panel template confirm box. http://themepixels.com/main/themes/demo/webpage/shamcey/elements.html When i click confirm box's ok button ajax part wont work. I dont ...
0
votes
0answers
191 views

Facebook Like button confirm comment box broken

I've been testing the "Like" button on a new site. After a while the normal "Like" behaviour changed to the "Confirm" behaviour (ie users are asked to click confirm to proceed), which I know is ...
0
votes
0answers
9 views

Is there an api method of confirming someone has made an itunes purchase? (or amazon)

The item being purchased is not owned by me. I am looking for a method to confirm it has been successfully purchased. Is this possible with either itunes &/or Amazon? or is the a semi-automated ...
1
vote
4answers
156 views

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 before deletion. The code I use can be found here
1
vote
2answers
122 views

Opencart: custom prodcut delete with confirmation dialogue box

i had changed some default opencart admin product list filter functions, thats as follows: if i need to delete product from list i replace instead of check box with single click each product delete ...
0
votes
2answers
131 views

popup windows in not opened in codeigniter

I am using codeigniter and in one of the views I have the following function triggered when the employee code does not exist in the database(using jquery ajax - works fine). the confirm popup ...
0
votes
0answers
38 views

like button doesn't works

On some of my pages, the like button doesn't work. I have two behaviors : The click on the like button display the message "add a comment" with the like button, just on the bottom on the button, but ...
1
vote
2answers
87 views

Insert a confirm() in a jQuery click event that I don't have control of

In our web application, when we upload a document, there is a remove image in the end that upon being clicked, will remove the document uploaded. The problem is users often click the icon ...
0
votes
1answer
45 views

Confirm method to ask user ??? isn't working [closed]

Question:::: If the string is not empty, I'm suppose to use a confirm method to ask the user a question.. If comfirmed, write my answer the my existing div tag. (I Don't understand way my confirm ...
0
votes
0answers
23 views

nullifying the effects of the confirm box buttons

Can any of you help me I need this fast? can you help me nullify the effects of the buttons of the confirm box? I've tried this but it doesnt work. <script language="javascript" ...
0
votes
4answers
933 views

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 to show a confirm dialog box ONLY when the "Mark Complete" button is clicked to submit the ...
1
vote
4answers
110 views

Javascript confirm & while looped echo

I have a small problem, I made a delete button with a PHP while loop which looks like this: while($something = mysql_fetch_array($sql_something)){ $id = $something['id'] echo '<a ...
1
vote
1answer
93 views

jQuery confirm and then post with ajaxForm

The following jQuery code executes the ajaxForm function even if I press the Cancel button. In addition, the success part doesn't update the content, either. Can anybody tell me what's wrong with it? ...
2
votes
2answers
108 views

jquery click not working after confirm

I´ve a strange problem. I am providing a link which sends an ajax request to delete a user. If the User clicks a link for the first time and confirms the confirm box the ajax function is triggered. ...
-2
votes
1answer
82 views

javascript confirm box is not working

this is my code $('#Cancel').click(function() { var baseurl = ' <?php echo $this->strBaseUrl?>'; var cancel_msg = " <?php echo ...
0
votes
2answers
693 views

JavaScript confirm onSubmit

I'm writing a perl script that dynamically prints out an HTML page. The page allows the user to choose one of four tasks by clicking a radio button on a form. If the user clicks the radio button for ...
-4
votes
3answers
54 views

Can I use confirm() while uplifting my script from javascript to jquery? [closed]

Can I use confirm() while uplifting my script from javascript to jquery? I have tried to use dialog in jQuery but i need to get the alert box in same style as in confirm()(java script). Is there a way ...
2
votes
1answer
121 views

How-To: Handel standard Closing dialog of onbeforeunload in Firefox with Selenium

), I have to test a web-application with Selenium (actually I'm using it in Java). there is an confirmation Dialog on leaving the page and I need to handle it in Selenium, the 1. confirmation box i ...
0
votes
2answers
151 views

How to use :onclick and :confirm together in link_to Rails 3?

I am trying to hide a div on click, after confirmation from the user. I have something like this: <%= link_to 'X', user, :method => :delete, :remote => true, :class => 'delete_link', ...
0
votes
1answer
263 views

How to add confirm email validation

I am looking to add a confirm email field to my contact form.. I know how to add the confirm email field but I dont know how to add the javascript to match the confirm email to the original email. Can ...
2
votes
1answer
163 views

Like button turns to “confirm” on brand new app

I've recently created an app for a client where they want separate like buttons next to each of their products. The like buttons are the iframe variants and use a unique URL to the app to separate the ...
1
vote
1answer
197 views

Rails confirmation dialog box button

I am using confirmation dialog box in rails :confirm => "are you sure?" Here the default buttons are "cancel" and "ok", instead of this i want "yes" and "no". Is any other way to do it? Can any ...
0
votes
1answer
68 views

Like button does not stay “clicked”

Facebook like button on my blog pages (e.g., http://maxltv.tumblr.com/post/43695254623/management-olympics) in most cases un-clicks after being clicked, and nothing gets posted after that. It looks as ...
0
votes
0answers
85 views

New to Rails, trying to test Devise confirmations and email is blank in tests even after “confirm!”

New to rails and greatly appreciate your time. So I'm running the following test: test "does not validate without" do @user.update_attributes(email: "example@example.com", password: "12345699", ...
1
vote
1answer
712 views

Show custom message and button text for javascript confirm dialog?

Is it possible to give custom message for buttons instead of Cancel/Ok and give my own text? I saw lots of tutorials on replacing js confirm with jquery dialog. But isn't there a way with using ...
1
vote
2answers
2k views

Javascript radio button confirmation

I am trying to add a function, or additional javascript to the existing function for a confirmation. I will need a confirmation box once the submit button is clicked saying, "You have chosen (either ...
0
votes
6answers
116 views

Cannot get confirm box to appear onsubmit

I am trying to use onsubmit="return confirm('Do you really want to submit the form?')" to make a warning appear before a user deletes items by clicking the submit button. I cannot get a confirm box to ...
0
votes
2answers
68 views

Obtain Confirm Answer upon submission

In my C# code, I have presented a confirm box to the user using the following code: string confirmMsg = "All the cause data will be permanently removed. Are you sure you want to continue"; ...
0
votes
1answer
84 views

Using variables in link_to :confirm

I want to use variables in the confirm message in link_to <%= link_to 'DESTROY!', @user, :confirm => "are you sure you want to delete #{@user.name}"%> this doesn't seem to work and it ...
0
votes
2answers
291 views

jquery onsubmit doesn't work

I have a form <form id="formModLezione" method="post"> now, I'm trying to do this: var messaggio=""; var url = "EsistonoIscritti"; var xmlHttp = new XMLHttpRequest(); ...
0
votes
2answers
109 views

before_filter doesn't seem to “kick in”

I'm trying to get before_filter to work on the actions that requires the user to be logged in, however something must be wrong because it's not. I use a helper file called 'session_helper.rb' for ...
0
votes
2answers
787 views

Execute javascript confirm on drop down list onSelectedIndexChanged Event

I have a drop down list and I would like to invoke a javascript confirm box on the selectedindexchanged event of the drop down list. The problem is I don't know how to invoke the javascript confirm ...
1
vote
1answer
399 views

How to create a confirm box with Twig and Symfony2 to redirect the user to page

When pushing a delete button, i'd like an alert to pop up to make sure the user didn't make any mistake. So, In codeIgniter I had this that worked well: Button: <td><a class='Right btn ...
1
vote
2answers
193 views

submit during beforeunload, maybe who knows radically another method solution

Reviewed many similar questions on stackoverflow.com (also on other resources), but found no answers. So I simplified and generalized questions. It seems like the obvious solution: ...
3
votes
2answers
319 views

Dont ask confirm if user submit the form

I am using following JavaScript code to warn a user if he tries to redirect to another page without submitting the form. window.onbeforeunload = function() { return 'Are you sure that you want to ...
0
votes
2answers
2k views

How to trigger server side button's click event after javascript confirm dialog returns true

I have an input as count named in a repeater with hdncount hidden input. And I have a server side button out of repeater. This script runs onblur event of count. I want to trigger server side button's ...
0
votes
2answers
99 views

using the confirm method when leaving site

I want a confirm message to popup when clicking on an external link. Though it doesnt want to work out. I dont get the confirm popup when i click on an external link. Any solutions ? Javascript code ...

1 2 3 4 5 6