how to make javascript change the href of a html element code example
Example: change href for a tag using JS
document.getElementById("myAnchor").href = "http://www.cnn.com/";
document.getElementById("myAnchor").href = "http://www.cnn.com/";