function MyWindow() { var pen = window.open("http://www.gurkanalkan.com","Besiktas JK","width=300,heigth=200,top=100,left=100"); }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Besiktas sen bizim her seyimizsin!!..</title> <script src="JScript.js" type="text/javascript"></script> </head> <body> <p> <input id="Button1" type="button" value="button" onclick="MyWindow();" /></p> </body> </html>