Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
modal window
Last modified: Monday, June 27, 2005
A modal window is any type of window that is a child (secondary window) to a
parent window and usurps the parent's control. It is commonly associated with an
Internet Web site pop-up
window that stays in front of the original window. A user may not
press any controls or enter any information on the parent window (the original
window which opened the modal) until the modal has been closed. A modal window
is commonly used when the author wants to retain the user's focus on the
information in the modal as it is impossible for the user to interact with the
other windows of the same process.
WebReference Article - Modal Windows in Netscape JavaScript features several built-in dialog boxes. When a dialog box pops up, the user cannot focus on the original page until the box is terminated. In other words, a dialog box is always focused. Internet Explorer supports a few methods that enable you to apply this feature to any new window.