I can open a new window with Selenium WebDriver by using Java and JavaScript. I am using Firefox. The code is as follows:
WebDriver driver = new FirefoxDrive
Wasim,
cdriver.findElement(By.cssSelector("body")).sendKeys(Keys.CONTROL +"t");
You can use above line to open new tab in a same browser (Works in Firefox)