<html> <head> <title>YourTitle</title> <script language="JavaScript"> for( x = 1; x <= 4; x++){ window.open('http://www.walla.co.il',x,'width=400,height=200'); } </script> </head> <body> </body> </html>