js href code example
Example 1: javascript location.href
//example 1
document.getElementById("lbl_url").innerHTML = "Page location is " + window.location.href;
//example 2
var x = location.href;
Example 2: link href javascript
document.getElementById("Element").href = "http://example.com/";