javascript open url

JavaScript
window.location.href = "http://example.com/";<a onclick="window.open(document.URL, '_blank', 'location=yes,height=570,width=520,scrollbars=yes,status=yes');">
Open New Window
</a>console.log(window.location.origin);
Source

Also in JavaScript: