↧
Answer by Zakaria Acharki for JavaScript Changing HTML Content
Just like @j08691 mentioned in the above comment you should add quotes to getElementById() : document.getElementById("changeString").innerHTML = "You have successfully run the report."...
View ArticleJavaScript Changing HTML Content
I have a div with a string inside of it. I want to change that string if something specific happens. I am not sure why but I can't get the string to change at all even if there is no conditional. I am...
View Article