Javascript Beyond Validation


What is javascript?

Client side code that is used to work with content and user interface without making a trip back to the server.

Is there a difference between Java and Javascript? Yes

Java is compiled into an applet with it's own runtime environment. The runtime interprets the compiled code wherever the applet it is run.

Javascript is not compiled but is interpreted line by line. Javascript can be a seperate file included on an html page or in-line, where code is included or mixed in with HTML.
Simple Validation
  • Empty Field:
  • Date Validation:
  • Beyond Validation
  • Change Page Colors
  • Color/Style Generator
  • User Entry Review
  • Calendar Option Generator
  • Image Gallery
  • User Validation