Avatar

Level 4

Hi,

You can write the java script in the "exit" event of the DDL as follows

if (this.rawValue == "YES")

               {

                              this.font.fill.color.value = "0,128,0";

          }

if (this.rawValue == "NO")

               {

                              this.font.fill.color.value = "255,0,0";

               }


Thanks,

Dev