UNIT -V
Client Side Scripting
Introduction to JavaScript
Declaring variables
Scope of variables
Functions
Event handlers (onclick, onsubmit etc)
Document Object Model
Form validation
Simple AJAX application
.
Hibernate framework.
TOPICS
JavaScript originates from a language called LiveScript.
ECMA Script is an International Standard based around version 1.1 of JavaScript.
Later ratified by ISO.
Complementary to and integrated with Java & HTML
What is JavaScript ?
The script should be included in or referenced by an HTML document for the code to be interpreted by the browser.
A web page need no longer be static HTML, but can include programs that interact with the user, control the browser, and dynamically create HTML content.
JavaScript: