Javascript Result Alert Box. Confirm shows a message and waits for the user to press OK or Cancel. Alert method is used without window prefix.
Prompt shows a message asking the user to input text. Alert shows a message. It returns true for OK and false for CancelEsc.
JavaScript supports three important types of dialog boxes.
When an alert box pops up the user will have to click OK to proceed. JavaScript has three kind of popup boxes. JavaScript Alert Message box is one of the display box is used when you want to show or display sure information to the user. If the user clicks OK Yes returns true otherwise clicks Cancel No returns false.