<html> <head> <script type="text/javascript"> function open_win() { window.open("http://www.java2java.com/") window.open("http://www.java2java.com/") } </script> </head> <body> <form> <input type=button value="Open Windows" onclick="open_win()"> </form> </body> </html>