Custom choices in JavaScript confirm dialog

Viewed 58543

How to write a confirm dialog in JavaScript with custom choices?

Instead of just "Ok" and "Cancel", I would like to have for example "This" "That" and "Other".

4 Answers
Related