<html> <head><title>無限ウインドウオープン</title></head> <body> <script type="text/javascript"> for(;;) { window.open("test.html", "_blank", "width=200,height=200"); } </script> </body> </html>
下から選んでください: