Which of the following will open a new window named mywindow that is 500 pixels in height and 350 pixels wide?

a. mywindow = new window(height = 600, width = 350);
b. mywindow = window.open(height = 600, width = 350);
c. mywindow = window.open(""; ""; height = "600"; width = "350");
d. mywindow = window.open("", "", "height = 600, width = 350");

d. mywindow = window.open("", "", "height = 600, width = 350");

Computer Science & Information Technology

You might also like to view...

Access will automatically create a join line if the common field is designed as a primary key in two tables

Indicate whether the statement is true or false

Computer Science & Information Technology

Sequences never include ____.

A. terminations B. tasks C. decisions D. steps

Computer Science & Information Technology