var window = window.open(url, windowName, [windowFeatures]);
window.open('url');
window.open('url',"_self");