Process Forms With Javascript
This article shows you some simple codes you can use to process forms on the client side checking for errors before the data is sent to the server.
This article shows you some simple codes you can use to process forms on the client side checking for errors before the data is sent to the server.
Directions: Enter the text you'd like to have in uppercase in msg. If you are using any double quotes, make sure you use a \ before the double quotes.
Directions: Enter the text you'd like to have in lowercase in msg. If you are using any double quotes, make sure you use a \ before the double quotes.
This script will display how many characters your string is.
This script will transform all letters in your string to lowercase letters.
This script will generate a random number. You can also set the minimum and maximum number to be generated.
This script will display text backwards.
This script will mix up all characters in a string.
This script calculates how similar two strings of text are.
This script will transform all lowercase letters to uppercase letters.