Projects / Cascade Select

Cascade Select

Cascade Select is a class to generate two HTML form select type inputs, making the currently selected value on the first input determine the option values that are made available on the second. It uses Javascript to update the second input options when the first input changes. The class comes with an example that defines the options for both input from data defined by arrays, and also an example that retrieves the option values from MySQL database query results.

Tags

RSS Recent releases

No changes have been submitted for this release.

Screenshot

Project Spotlight

white_dune

A graphical VRML97 editor, simple 3D modeller, and animation tool.

Screenshot

Project Spotlight

Boehm-Demers-Weiser Conservative Garbage Collector

A garbage collector as a replacement for C malloc or C++ new.