Can the use of window.open("URL");
in JavaScript be limited?
Upon attempting to open three windows using window.open("URL")
, the third window did not open separately. Instead, it refreshed the contents of the first window and displayed the contents of the third window within it.