Upon completion of this course, the participant will be able to:
> Create and execute a JavaScript script. They will also identify some guidelines to be followed while writing scripts
> Display messages on the status bar of the browser window, create a new window that helps open linked pages, and manage the window using the properties and methods of the window object.
> Add content to documents, create dynamic documents, and navigate between layers in a document
> Create a form, store data in it, and manipulate the data
> Validate data using control constructs
> Manipulate numerical, string, and date values
> Search for a pattern using a regular expression and understand Ajax