Menu Bar

JS: Dialog boxes

Chapter:13 Dialog boxes
                     1. Alert dialog box
                     2. Confirm dialog box
                     3. Prompt dialog box

Code:
          
          

Output:
            

Output: When click on Alert button.
            

Output: When click on confirm button.
             

Output: After click ok button.
             

Output: When click on Prompt button.
            

Output: When enter name and click on ok button.