I am creating a JSP page in which a new window must be opened with some content. Example:
window.open("www.stackoverflow.com");
The program opens a "new window" when we use Internet Explorer browser. The same program opens a "new tab" not "new window" when we use Google Chrome browser. What is the problem behind this? Also let me know the solution?