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