The confirm tag has no wiki summary.
0
votes
0answers
37 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
33 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
24 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
33 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 ...
-1
votes
0answers
22 views
Disable Default confirm Dialog box in Webview Android [closed]
Hi sorry about my english.i am working on webview i have a problem when i login a pop up Dialog box come of confirm Lgoin in which i see Remember Not now button are show.i want that this dialog box ...
0
votes
3answers
78 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
104 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
66 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
53 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
95 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
116 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 ...
-1
votes
1answer
53 views
Javascript E-mail confirmation not working as it should. Cant use Jquery only JS [closed]
HTML
E-mail:
<br>
<input type="text" size="70" id="email" name="email"><span id="emailMissingInvalid" style="color:red; visibility:hidden;">E-mail is either missing or ...
0
votes
0answers
8 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
81 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
94 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
73 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
35 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
71 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
40 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
20 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
429 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
93 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
80 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
3answers
93 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
70 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
323 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
53 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
101 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
1answer
116 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
202 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
127 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 ...
0
votes
1answer
135 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
64 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
73 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
551 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
1k 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
82 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
63 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
62 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
255 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
95 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
649 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
299 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
157 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
216 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
90 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
...
0
votes
0answers
55 views
Dialog clicking on cancel still refreshes the page
I have a unique problem. That seems to be happening on all browsers. I first tried the jQuery UI dialog to confirm before following the hyperlink. Here is my code for it.
...
0
votes
4answers
107 views
Create a popup and get results when the user tries to leave my webpage
I am trying to use a confirm method for external links. When you press the link, the question is supposed to popup, asking you if you want to leave the site? Everything goes as planned, except that ...
1
vote
1answer
158 views
Beginner in javascript: confirm/code
I am a beginner using Code Academy to learn, and I am trying to write a simple game in JavaScript, just to stretch my understanding. I can't decipher why my first few lines of code aren't working. ...




