function changeLink(){ document.getElementById("mylink").href = "http://facebook.com"; document.getElementById("mylink").innerHTML = "facebook"; }