Question:How would you test whether a browser window is still open?
A Use the isOpen method of the window object reference variable
B It is not possible to test whether an instance of the browser window is open
C Use the closed property of the window object to test whether the window is open
D Use the open method of the document object
+ AnswerC
+ Report