Try to use a different name for each window you open:
window.open('url here', 'window one', 'settings')
window.open('url here', 'window two', 'settings')
window.open('url here', 'window three', 'settings')
// and so on
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…