Possible Duplicates:
Javascript Confirm popup Yes, No button instead of OK and Cancel
Code to ask yes/no question in javascript
how can i make a yes/no dialog box in javascript?
|
|
how can i make a yes/no dialog box in javascript?
|
||||||||
|
closed as exact duplicate by Triptych, Bob, Peter Bailey, SilentGhost, Crescent Fresh Sep 11 at 16:50 |
|
|
See http://jqueryui.com/demos/dialog/ And click the "modal-confirmation" on the right... |
||
|
|
|
|
You may need to custom code a div with the two buttons, one yes and one no, which link back to a javascript function that saves that value or performs an action based on that value. i.e.
then in the button for yes
and the button for no
|
||
|
|
|
|
You can't have a native yes/no, but you can make a confirm box which display an ok/cancel box
There are other non-native alternatives, see this question http://stackoverflow.com/questions/19280/code-to-ask-yes-no-question-in-javascript |
||||||
|
|
|
Use
|
||
|
|