What are pop up windows?
A small window that is displayed on top of the existing windows on screen. A popup window can be used in any application to display new information; however, the term often refers to an advertisement (see popup ad).
How do I open a pop up window in HTML?
The syntax to open a popup is: window. open(url, name, params) : url. An URL to load into the new window.