how to get the id sent through window.location.href in next page through url javascript code example
Example 1: javascript get current url
var currentUrl = window.location.href;
Example 2: javascript get domain
window.location.hostname
Example 3: window location javascript
console.log ('url actual: '+window.location.href);
console.log ('url actual: '+location.href);