javascript - How to create a dialog with “Ok” and “Cancel” options

Опубликовано: 29 Сентябрь 2024
на канале: Code Samples
325
5

#short
#javascript
#dialog
I am going to make a button to take an action and save the data into a database.
Once the user clicks on the button, I want a JavaScript alert to offer “yes” and “cancel” options. If the user selects “yes”, the data will be inserted into the database, otherwise no action will be taken.
How do I display such a dialog?
confirm(): https://developer.mozilla.org/en-US/d...