tutorial.eyehunts.com
JavaScript open URL in new Window/Tab | Simple code
Use window.open() method to open URL in new window/tab in JavaScript. Don't forget to add target="_blank" in the method.
Rohit