Is it possible to make appear a dialog(like Browser object's Alert) but with Yes and No options?
yes I can make My own one,but is it possible this way?
Develop games in your browser. Powerful, performant & highly capable.
It is possible. It's called "Confirm" in javascript, but the choices will be "OK" or "Cancel", and you can't change those. Creating your owns will be better in the long run.
Javascript? what?