globularbob
Programmer
Hello
I am hoping to toggle the color of the text inside <TD> tags using vbscript. If my dropdown is one option, I want the color red and if it is another, I want the color blue. I am using the following code to successfully control most everything else on the page:
requestEdit.ClosedReason.style.visibility="visible"
But I an error when I use the following to dynamically toggle the <TD> properties:
requestEdit.ClsdRsnTxt.style.color="blue"
Any ideas on how to accomplish this?
Thanks!
GB
I am hoping to toggle the color of the text inside <TD> tags using vbscript. If my dropdown is one option, I want the color red and if it is another, I want the color blue. I am using the following code to successfully control most everything else on the page:
requestEdit.ClosedReason.style.visibility="visible"
But I an error when I use the following to dynamically toggle the <TD> properties:
requestEdit.ClsdRsnTxt.style.color="blue"
Any ideas on how to accomplish this?
Thanks!
GB