Answers for "how to change the a tag link by using javascript"

4

change href for a tag using JS

document.getElementById("myAnchor").href = "http://www.cnn.com/";
Posted by: Guest on April-02-2021

Code answers related to "how to change the a tag link by using javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language