Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

JS Popup Boxes:-  

                    Popup एक छोटी दूसरी window होती है जो की current window के अन्दर ही generate होती है जो की इन्हे popup boxes  भी कहते है popup boxes  के द्वारा 3 तरह के काम किये जा सकते है

  • आप कोई भी alert show  करा सकते है

  • User से कोई भी task को perform करने से पहले confirm करा सकते है

  • Input की requirement होने पर user से input ले सकते है

Types of Popup in JavaScript

  • Alert box

  • Confirm box

  • Prompt box

 

JS Popup Boxes:-        

          Popup is a small second window which is generated inside the current window, which is also called popup boxes. 3 types of work can be done through popup boxes.

  • You can show any alert

  • Can ask the user to confirm before performing any task.

  • If input is required, input can be taken from the user.

Types of Popup in JavaScript

  • Alert box

  • Confirm box

  • Prompt box

error: Content is protected !!