JavaScript Programming
Upon successful completion of this course, students will be able to:
- create and execute a JavaScript script. You will also identify the scripting guidelines that need to be followed while writing a script.
- create a new window to open the linked pages and manage the window using the window properties and methods.
- add content to documents and create dynamic documents and frames.
- store data using forms.
- validate data using control constructs.
- manipulate numerical, string, and date values. You will also search for a pattern using a regular expression.
Course Content
Topic 1A: Create Basic JavaScript Script
Topic 1B: Execute a Script
Topic 1C: Identify Scripting Guidelines
Lesson 2: Managing the Browser
Window
Topic 2A: Display Messages on the Status Bar
Topic 2B: Open a Linked Page in a New Window
Lesson 3: Managing the Document
Topic 3A: Write Content to a Document
Topic 3B: Create a Dynamic Document
Topic 3C: Create Frames in a Document
Topic 4A: Create a Form
Topic 4B: Create a Function
Topic 4C: Store Data Using Variables
Topic 4D: Manipulate Data Using Operators
Topic 4E: Convert Data Types
Lesson 5: Validating Statements Using Control Constructs
Topic 5A: Validate StatementsTopic 5B: Execute Statements Iteratively
Lesson 6: Manipulating Numerical, String, and Date Values Using Standard
Functions
Topic 6A: Calculate Numerical Values
Topic 6B: Manipulate String Values
Topic 6C: Manipulate Date Values
Topic 6D: Implement Pattern Search
Topic 6E: Overview of AJAX