home / experts / javascript / column29 |
|
The principles of writing applications with DOCJSLIB stay the same as with previous versions. The main idea of DOCJSLIB is that you can focus on your application rather than the nuts and bolts of cross-browser basic utilities. Since these utilities are common to many applications, there is no need to write them over and over again, but rather use them from a common library, DOCJSLIB. Using DOCJSLIB's functions, your application size will be short, clear, easy to maintain, and very easy to program. Version 3.0 adds the Linked Image Model. This model is simpler than the Clicked Image from Version 2.0. With the Clicked Image, you have to write the event handler function. If the only event you are looking for is opening a URL upon clicking an image, then the Linked Image is the model you should use. You initialize the Linked Image by calling the Version 3.0 adds also the ability to call a function repeatedly, every a fixed-time interval. Call this function ( Once you create your elements with functions such as |
Created: November 9, 1998
Revised: November 9, 1998
URL: http://www.webreference.com/js/column29/application