JavaScript URL get uri code example
Example 1: javascript get current url
var currentUrl = window.location.href;
Example 2: javascript to get uri
var newURL = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname + window.location.search