I have the following onChange code on a input text field that calls the frmShow function with "this.value" of the form field.
However, I need it to call the frmShow function with only the first 10 characters of the "this.value"
onChange="frmShow('hide', 'text', this.value)"
can anyone kindly tell me how this can be done?
thanks