I need to know how to change this line of code document.getElementById('message').style.backgroundColor = "#F6A8F1"; Code (markup): to work for a textArea as well as a text box. at the moment it only would change a textbox if it was called message and would not do so to a textarea called message please advise thanks