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&qu
You can't. Use some javascript UI (jQuery UI, YUI, Mootools) library and mimic a dialog you need.