Name the different types of pop up boxes in Javascript?



Name the different types of pop up boxes in Javascript?..

Answer / Rajendra Prasad Maurya

1. Alert box: It is a built-in JavaScript function to display simple messages to users.
2. Confirm box: It displays a message and two buttons: 'OK' and 'Cancel'.
3. Prompt box: It displays a message with an input field for user interaction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

How are DOM utilized in JavaScript?

1 Answers  


What e means?

1 Answers  


What is javascript namespacing?

1 Answers  


What is var and let in javascript?

1 Answers  


How would you organize your javascript code?

1 Answers  


How to prevent a window not to be clicked or selected any way in java script?

0 Answers  


What is a “closure” in JavaScript? Provide an example

1 Answers  


What is the similarity between the 1st and 2nd statement?

1 Answers  


What can I build with javascript?

1 Answers  


What is object cloning

4 Answers  


Is it safe to use javascript?

1 Answers  


How do I open a .js file?

1 Answers  


Categories