Question
Trying to check a Checkbox if the data in Form Field 1 equals a certain value
New to writing JavaScript.
ContractRateBook will have a 3-digit number coming form my database.
Read somewhere that I need to use event.value but not sure how.
Came up with this but not working.
Theft is the name of my Checkbox
var x = this.getfield("ContractRateBook").value;
if (x == 103)
{event.value = 0;
getField("Theft").checkThisBox(0,true);}
Thanks.
Pat
