Java script for text box
Goodnight
I would like some help. I wanted a script that followed these conditions in specifies:
- It would be a normal text balloon that would only accept capital letters, with a maximum limit of 2 characters. That is, it would accept an "AA" or an "A", but not an "AAA".
- Second, in addition to this criterion, I would be able to put the following words in the balloon. They are: "N/A" and "n/a".
- Intuido is a balloon that only accepts these variables and issues an alert when it is violated, but I am not managing to create this script to accept only 2 characters, with the exception of "N/A" and "n/a".
