|
The confirm box is used if you want the user to verify or accept something.
When a confirm box pops up, it is dependent on the user who will click either "OK" or "Cancel" to proceed .
If the user clicks "OK", the box returns true. If the user clicks "Cancel", the box returns false.
|