Dear Tiggzi,
I would like to click on a button and then set the value of a label through custom javascript.
What is the code that I should use to set a value of a label through javascript? I tried this but it didn't work:
var myvalue = 10;
var myResult = Tiggr ('lbl_BMI_Result');
myResult = myvalue;
Thanks,
Alberto da Silva