Question:Given the following window.open function: window.open(url,name,"attributes") How will you ensure that different urls are opened in the same window?
A The second attribute, name should be the same
B The name attribute should be null
C The name attribute should be omitted
D The name attribute should be different
+ AnswerA
+ Report