window.open("https://www.yourURL.com", "_blank");
window.open('_link is here_', '_blank');
// _blank - URL is loaded into a new tab. This is default.
// _parent - URL is loaded into the parent frame
// _self - URL replaces the current page
// _top - URL replaces any framesets that may be loaded