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

Prompt Box:-   

                    ये Dialog Box एक Special प्रकार का Dialog Box है, जिसे हम User से किसी प्रकार का Input प्राप्त करने के लिए Use कर सकते हैं। इस Dialog Box पर भी OKCancel नाम के दो Buttons दिखाई देते हैं साथ ही एक Text Box भी दिखाई देता है, जिसमें User किसी तरह का Data Input कर सकता है।

जब User इस Box पर दिखाई देने वाले Text Box में कोई Text Input करके OK Button पर Click करता है, तो ये Method Input किए गए Text को Return करता है, जबकि यदि User इस Dialog Box के Cancel Button को Click करता है, तो ये Method null Value Return करता है।

 Syntax:- <variable_name> = prompt (“message”, default value);

 

Prompt Box:-   

                    This Dialog Box is a special type of Dialog Box, which we can use to get any type of input from the user. On this Dialog Box also two buttons named OK and Cancel are visible and a Text Box is also visible in which the user can input any kind of data.

When the user inputs any text in the text box visible on this box and clicks on the OK button, then this method returns the inputted text, whereas if the user clicks the Cancel button of this dialog box, then it returns Method returns null value.

 Syntax:- <variable_name> = prompt (“message”, default value);

error: Content is protected !!