Answers

Question and Answer:

  Home  Website Developer

⟩ Please explain what Are Different Types Of Popup Boxes Available In JavaScript?

JavaScript allows following types of dialog boxes.

☛ Alert – It just has an <Ok> button to proceed.

☛ Confirm – It pops up a window showing up <Ok> and <Cancel> buttons.

☛ Prompt – It gives a dialog asking for user input followed by showing <Ok>/<Cancel> buttons.

 170 views

More Questions for you: