Jump to content

keithconaway

Members
  • Posts

    3
  • Joined

  • Last visited

keithconaway's Achievements

  1. 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>
  2. Is there a way to adjust the field width on - Form element:Display Only ?
×
×
  • Create New...