Java Inter-Field Validation Example 3
You should see "Java 1.1.x" in the following Applet:
If you don't or the Applet does not run then your Browser doesn't support
Java 1.1.x and the rest of this Demo will not behave correctly.
Here's the Applet Source for the little
checking Applet.
The following example involves a primary field which effects two others.
The selection of a value from the primary field causes an event which is
processed to display only valid choices in the effected fields. For example,
the first effected field is a number selection and the range of choices increases
as the primary field increases. The List field displays from 0 to 9 choices based
on the promary field selection.
Applet Source