Saturday 19 January 2013

JavaScript Introduction

       JavaScript is a light weight ,interpreted programming language. It is the most popular scripting language which is used by many popular browsers like Mozilla, Safari,Opera,Chrome etc.
      JavaScript is embedded directly into Html Pages.

Features of JavaScript:

Embed into HTML:
 JavaScript can be easily embedded into HTML pages.

Events :
It will react to events like clicking button,finish loading page etc.

Read/Write HTML elements:
It is used to read/write HTML element.

Validation:
It is used to validate form data beform submitting to the server.


0 comments:

Post a Comment