- Javascript Definition » JavaScript is a scripting language most often used for client-side web development.
- Javascript Email Validation » This is a simple e-mail address validation script. While it is not too sophisticated, it does provide the basic validation function. This function will return false if an email address is not valid.
- Javascript Show-Hide Element » The following Javascript code will show or hide an html element. This can be used for a variety of tasks but is useful in forms when displaying or hiding fields.
- Javascript Confirm » The Javascript Confirm is about the same thing as the Javascript Alert except for the fact that the person can either go on or go back. This also is useful for debugging javascript applications.
- Javascript Alert » Javascript alert is a usefull little tool to put a message you want
EVERYONE to see first. The java script alert is also useful for debugging javascript applications.