InterviewSolution
| 1. |
Is There Any Way I Can Ease My Rpg Controls On Numeric Input Fields? How About An Input Date Field? |
|
Answer» You may add some JavaScript to have this done. Also in this case, however, we recommend your CGI performs the appropriate checks (some Web users disable JavaScript from their browsers). In your JavaScript EVALUATION you should also consider advantages ("pros") and disadvantages ("cons").
As to EXAMPLES of JavaScript for controlling input fields, you may look at our page JavaScript examples: regular expressions. A little further you'll find a link (Validating form numeric fields) to a CGI performing through JavaScript exactly what you're looking for. Should you be interested, just download and install on your AS/400 our library js2. With regard to the checks your CGI should in any case, here are our tips:
You may add some JavaScript to have this done. Also in this case, however, we recommend your CGI performs the appropriate checks (some Web users disable JavaScript from their browsers). In your JavaScript evaluation you should also consider advantages ("pros") and disadvantages ("cons"). As to examples of JavaScript for controlling input fields, you may look at our page JavaScript examples: regular expressions. A little further you'll find a link (Validating form numeric fields) to a CGI performing through JavaScript exactly what you're looking for. Should you be interested, just download and install on your AS/400 our library js2. With regard to the checks your CGI should in any case, here are our tips: |
|