I want to place the javascript in the change field, correct?
I have tried
var f1 = this.getField();
if (f1.length == 1){
f1 = _2_3.getField();
}
_2_3 is the name of the next text box
this still does not work
Any help?
I want to place the javascript in the change field, correct?
I have tried
var f1 = this.getField();
if (f1.length == 1){
f1 = _2_3.getField();
}
_2_3 is the name of the next text box
this still does not work
Any help?