Skip to content

Latest commit

 

History

History
executable file
·
1 lines (1 loc) · 377 Bytes

File metadata and controls

executable file
·
1 lines (1 loc) · 377 Bytes

There are three standard pop-up boxes, alert box, confirmation box, and prompt box. The alert box contains text and an "OK" button that shows a message in a dialog box. The confirmation box contains text, an "OK" button, and a "cancel" button. The prompt box contains text and an input field with a default value. Run the program below to see all three pop-up boxes one by one.