Categories

Updated: 01/21/2008

Advanced JavaScript Cascading Form Values

Attached is an example of how to cascade form values from one row to another. Previously I showed how to apply JavaScript cascades to check boxes, in this example we add the same functionality to drop downs and to text boxes.
Similar Scripts for "Advanced JavaScript Cascading Form Values"

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...

Object Extensions for PHP

The Object Extensions for PHP provides several classes with the following functionality: Object Extensions adds of new functionality to PHP objects such as: * Add methods and properties to an object at runtime by dynamically extending by another obje...

Simple Java Applet Control

Netscape''s LiveConnect feature allows JavaScript to control Java applets by means of their public methods. This example shows a simple applet, the Chameleon Bar being controlled by JavaScript. You can start and stop the applet, display informat...

RandomBackground

An example showing how to use JavaScript to randomly select a background image from a pre-defined set of images.

Clock in the StatusBar

This simple script shows an example of how to use JavaScript to implement a clock in the status bar.
©2003-2008 jCay.com