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.
Ever wanted to write backwards? This little script let's you. It creates a loop that displays the letters in the opposite direction.
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 generate a random number with javascript. The number generated can be between 1 and 1000.
This script will calculate how many words are in your string. Do not use double spaces because those count as one word.
This simple script will display random HTML/text that you add.
This script will display the page title of the current page.
Here are some nifty little codes that will let you redirect a visitor from the page they are on to a new page. There are three versions to this code; an HTML, a PHP and a Javascript version.
This is a form that will tell you how many characters you entered into it. It automatically updates as you type.