filmov
tv
The window.confirm Function in Java Script

Показать описание
Calling the confirm() function on a window object we will get a pop up dialog window that displays the text we passed over to the confirm() function. The pop up dialog will present two buttons the user can press. The first is OK and the second is CANCEL. If the user presses OK the confirm() function returns true.