What is JavaScript? Is it required to develop a web page?
[BestEast] Not necessarily. Scripts are used to execute special code either on the browser or on the web server. A script such as JavaScript or VBScript that runs on the browser is called client side script. A script such as CGI or PHP that runs on the server side is called server side script. For example, if you want a feed-back form to be incorporated into a web page, you may need to resort to scripts. Basically, scripts introduce functionality into a web page. Some examples where scripts are used: Discussion forums, web page counters, feed-back forms etc. If you are considering any interactivity with the web page visitor, you may need to consider using a script.