/ Published in: JavaScript
Used to change the color of a text box.
Expand |
Embed | Plain Text
function colorChange(formName,formItem){ document.forms[formName.name].elements[formItem.name].style.backgroundColor = "#FFFFFF"; }
You need to login to post a comment.
