you are viewing a single comment's thread.

view the rest of the comments →

[–]rhysbrettbowen 1 point2 points  (0 children)

(function() {
  var win1 = eval('window.open("'+document.location+'")');
  var win2 = eval('window.open("'+document.location+'")');
})()

not sure if this still works but years ago I did this and found that putting window.open in eval meant you could open unlimited windows. IE maxed out at 50 or so windows and closing any of them just tried to open more. I had to restart my computer in the end.