|
JavaScript is the most popular scripting language mainly used for client-side web development. It is a small, lightweight, object-oriented, cross-platform scripting language and is designed to add interactivity to HTML pages. It can be used to validate data, detect the visitor’s browser and create cookies.
It also gives HTML designers programming tool. The types of things you can use JavaScript for include: controlling a page; opening and closing windows and frames; programmatically accessing the history window which allows the developer to refer to previously viewed documents and other browser features. When used in conjunction with a Web browser's Document Object Model (DOM), it can produce powerful dynamic HTML browser-based applications which also can feature animation and sound.
|
|