dialog box
A special type of window that presents a limited range of options to the user.
Dialog boxes usually are modal. Some GUI platforms also support modeless
dialog boxes. A dialog box may be associated with a particular window
(window-modal), or application (application-modal) or with nothing (system-modal). Sometimes
called an alert.
See also modal window, modeless window, window.