JavaScript
Presentation

VBScript is a small programming language based on Java. We use it in website creation for example, to validate forms, calculate some elements, verify some parameters.

We use it also in what is called DHTML (for Dynamic HTML) that means more dynamic pages: animation, etc.

ATTENTION: DHTML is described as another training

 
Proposal for a content
  • Introduction
    • The limits of HTML
    • Interest of JavaScript
    • Base of object-oriented programming
  • Programming
    • Inserting script
    • Functions
    • Variables
    • Data type
    • Operators
  • The Object model
    • Internet explorer DOM
    • Properties
    • Methods
    • Events
  • Basic objects
    • Window object
    • Location object
    • History object
    • Document object
    • Form object
    • Form sub-objects
  • Manipulate data
    • String object
    • Date object
    • Array object
  • Programming flow
    • If
    • For
  • Varia
    • Errors management
    • Working with frames
    • Cookies
 
Practical info
  • 2 days.
  • Prerequisites: a good knowledge of Internet and HTML.
Back to the list of trainings