Which of the following will open a new window containing the document named contact.htm

A) var win = window.open("", "contact.htm");
B) var win = window.open("newwin", "contact.htm","menubar=yes");
C) var win = window.open("", "newwin", "contact.htm");
D) var win = window.open("contact.htm", "");

D

Computer Science & Information Technology

You might also like to view...

The PowerPoint Slide Show format saves a file with the ________ file extension

Fill in the blank(s) with correct word

Computer Science & Information Technology

Creating a desktop database using a theme saves creation time

Indicate whether the statement is true or false

Computer Science & Information Technology