Script Examples
Validate Text Length
In this example, we will check the length of text entered into a text box. If the length is longer that allowed, we will change the background color or the text box to red.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
In this example, we will check the length of text entered into a text box. If the length is longer that allowed, we will change the background color or the text box to red.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|