ith JavaScript, what is the correct syntax for opening a new window called "w2"? code example
Example: What is the correct JavaScript syntax for opening a new window called "w2" ?
NA = window.open("http://www.google.com");
NA = window.open("http://www.google.com");