| sall |
add a select all feature to a textarea |
| formcheckchar |
checks number of characters in a text box |
| formcheckno.htm |
check if its a number |
| formemail.htm |
checks for a valid email address |
| emailsub |
send an email with the subject filled in |
| lower |
converts the text in a text box to lower case |
| upper |
convert text in form to upper case |
| cleartext |
clear the default text from a form and lets the
user enter theirs |
| restrict |
restrict the amount of characters in a textarea |
| clear |
clear all text in a form |
| clear1 |
clear all text in a form , 2nd example |
| maxwords |
checks the max amount of words |
| nosonly |
only allows numbers to be entered ( I.E 5 ) |
| email2 |
another e-mail checker |