|
Only a few of these scripts provide "flashy" effects.
One of JavaScript's
main strengths is the ability to validate forms on the client side. This
prevents web pages from making a trip to the server in an HTTP call, have the
server do the validations, and then send an error page back to a waiting user.
We save the user time and the server load by having JavaScript present an
error message the instant a user clicks "Submit".
My client-side script collection fall into several categories:
|