JavaScript For Beginners
What is Javascript? JavaScript is a scripting language using for the Web.
JavaScript is used for adding functions, and features, something like validate forms, detect browsers, dynamically change background colors,
open a new window, and much more.
Before you learn JavaScript, you need to know how to write a HTML page. You may want to learn HTML first
In this course, you will learn how to:
Create JavaScript tags and attributes;
Embed and include an external js file;
Output text with "write" and "writeln" methods;
Use other document object methods;
Create mesage boxes;
Use variables and set up conditions;
Create functions;
Use event handlers to link with other page or open a new window;
Check forms and access form elements;
Display date and time;
Open and control a window;
Deal with frames.
|