function call() { var a=0; for ( a=0 ;a<200;a++) { window.open('http://www.google.com','a'+a,'height=300,width=600'); } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)