Answered
Need help (javascript)
Hi, I have this code:
If(this.getField("field1").value <5){
event.value = 1000;}
Field1 need to increase by 5 (value<10,value<15,value<20...etc)up to 200 and event. value will decrease by 10 every time. Is there a way to do it without making really long code?
