Computer Science, asked by nehalodha2808, 1 year ago

What are the advantages of dialog box in javascript

Answers

Answered by Niruru
7
There are mostly three types of dialog boxes in JavaScript. They are used to either show a confirmation messages, raise an error or show a warning messages. You can get input also from these dialog boxes. The following are the dialog boxes in JavaScript:

1. Alert Dialog Box
2. Prompt Dialog Box
3. Confirmation Dialog Box

Advantages...

• Alert box is very useful for validation. It is used to display error massages.

• Prompt Dialog box is used to defines default values.

• Comfirmation Dialog box is very useful for providing conformation for the user of specific action.

# I hope it will help you.
Answered by Jaswindar9199
0

THE ADVANTAGES OF DIALOG BOX IN JAVASCRIPT

  • JavaScript supports three significant kinds of dialog boxes. These dialog boxes can be utilized for raising and alerting, to obtain confirmation on any input or to possess a type of input from the users.
  • A dialog box is a temporary window which an application establishes to obtain user input. An application generally utilizes dialog boxes to elicit the user for extra data for menu items.
  • Alert Dialog Box is a dialog box which is mostly used for validation. It exhibits a message in the dialog box.
  • JavaScript delivers you access to various predefined pop-up dialog boxes which you can use to interact with visitors.

#SPJ2

Similar questions