[main] [misc] [graphics] [page design] [site design] [xhtml] [css] [xml] [xsl] [schema] [javascript] [php] [mysql]

HVCC Home
Blackboard HVCC
Blackboard Manual
Faculty Association

javascript main
1. javascript basics
2. core javascript
3. js statements
4. js functions
5. js arrays
6. js objects
7. debugging js
* 8. js client side
a. event driven js
b. using js in html
9. the js bom
10. js frames and windows
11. js forms
12. js regexp
13. js cookies
14. basic dhtml


print version

Note that all external links will open up in a separate window.

This is a stripped down version of these pages for older browsers. These pages are really meant to be viewed in a standards compliant browser.

Directions for surfing with audio.

Client-Side Basics

These tutorials are about JavaScript and its use for client-side Web programming.

This tutorial has two (2) sub-sections.

Client-Side Basics

Much of what you need to know about JavaScript involves writing scripts that function on the client. In other words, writing scripts that are attached to Web pages that can be viewed in people's browsers.

In order to use JavaScript on the client-side, you need to know how to incorporate it in HTML and/or XHTML documents.

This section looks at the basics of getting JavaScript to work in Web pages and, more importantly, work with the Web browser.

[top]