Java Script (JS) Theory
JS Popup/Dialog Boxes
Introduction These popup boxes are mainly used for the purpose of Input and Output jobs in JS. These are created using three methods of window object. Types In JavaScript, there are three kinds of popup/dialog boxes – Alert box, Confirm box, and Prompt box. (A) Prompt Box : Prompt() method Read more…