[thelist] using JS to alter background colour of form input

Frank lists at frankmarion.com
Sun Mar 9 12:32:01 CST 2003


At 11:30 AM 3/9/2003 +0000, you wrote:
>document.getElementById('FirstName').style.background-color.value = "#d6d";

Sorry, my bad. Should have read:

document.getElementById('FirstName').style.backgroundColor = "#d6d";




More information about the thelist mailing list