html question
html question
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- gabriel_pc0
give the link an id and then change the content of it using the innerHTML property.
document.getElementById("thelink... = "new link text";
give the link an id and then change the content of it using the innerHTML property.
document.getElementById("thelink... = "new link text";