How Do I Open A JavaScript Window?

What is the JavaScript relationship between the main window and the secondary window? The window. open() method gives a main window a reference to a secondary window; the opener property gives a secondary window a reference to its main window. how do I open a pop up window? Similarly, how do I open a pop … Read more