CIS86 2007 Fall Leaves Logo
Using Javascript in Web Pages

Javascript is a key technology to exploit in the development of Web pages, since it adds interactivity and responsiveness to a Web site. Even if you do not know how to program, it is possible (but possibly painful) to integrate free Javascript programs into a site.

Because Javascript runs on the client side (on the user's computer rather than the Web server), it is used for interactive effects, on-the-fly validation of data in forms, and other applications. The most common usage of Javascript is to create menus and other navigational mechanisms. Another common use is creating image rollovers, where moving the mouse over the first image is detected by the browser, which uses Javascript code to replace the first image with another. When the mouse moves off the second image, Javascript code replaces the second image with the first.

There are several large advantages offered by the use of Javascript:

 

CIS86 2007 HomeLinksContact DFF • Site by Monolith Design