Dialog Boxes
Dialog Boxes
JavaScript Dialog Boxes mainly used to display message in a popup menu for different purposes which is described as either displaying a simple message, taking confirmation from the user’s or taking user’s input value for a certain purpose.
There are 3 types of dialog boxes:
- Alert Dialog Box
- Confirmation Dialog Box
- Prompt Dialog Box