Question:Which of the follownig is the correct method to open a new window?
A popUp(PageURL,WindowName,settings);
B window.launch(PageURL,WindowName,settings).
C window.exec(PageURL,WindowName,settings);
D window.open(PageURL,WindowName,settings);
+ AnswerD
+ Report