I get the following error:
SCRIPT16385: Not implemented
On the following line of code:
document.getElementById("amtcase").style = "background-color: #FFFFFF;";
“amtcase” is a text field
This only occurs on IE9, tested fine with Opera, Chrome, and FireFox.
In IE you can’t assign the “style” attribute of a DOM node like that. You can do a couple of alternatives:
or