devxlogo

Alternate Confirm Message Box

Alternate Confirm Message Box

Question:
Can I make a confirm message box with “Yes” and “No” as opposed to “OK” and “Cancel”?

Answer:
Unfortunately, you’re out of luck. As you’ve found out, the JavaScript confirm() function is limited to “OK” and “Cancel” choices only. There is no easy way to display a native dialog box with different options through JavaScript. Your only real alternative is to pop-up a new browser window with HTML buttons, however, as you’ve probably guessed, this option requires considerably more work on your part. My best advice is to try to rework your dialog text so that “OK” and “Cancel” become more reasonable choices.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist