Why doesn\'t the following work for me?
Have you tried .innerText or .value instead of .innerHTML?
.innerText
.value
.innerHTML
Using .innerText should work.
document.getElementById('lbltipAddedComment').innerText = 'your tip has been submitted!';