Jump to content

Cannot get font color to change using script


Recommended Posts

 

The script below runs fine and does what it is suppose to, EXCEPT for the font color line-  isi.style.color="yellow";

Not sure why this does not work, syntax issue? Help!

<a id="visi[@field:WiP_a#]"> <script>
var isi = document.getElementById("visi[@field:WiP_a#]");
if('[@calcfield:1#]'>= 90)
{
isi.parentNode.parentNode.style.backgroundColor = 'red'; 
isi.style.color="yellow";
}
else {if ('[@calcfield:1#]'>= 60){
isi.parentNode.parentNode.style.backgroundColor = '#f7f423';
}
Else
isi.parentNode.parentNode.style.backgroundColor = '#f7eded';
}
</script></a>

Capture1.JPG

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...