What is Client-side scripting?
First client side scripting
language appeared in 1995 to perform some input validations that were previously
left to be performed at server side . Since then client side scripting became
the important feature for all the browsers. Now scripting is no longer limited
to just input validation but all the aspects of browsers window including
content. There are two major client side scripting used by most of the websites
called VBScript and Java Script but we have used Java Script for input
validation.