Does anyone have any sample java applets for chained <select> popup menus?
Example:
1. User gets a large <select> of makes.
2. User selects Acura.
3. Applet queries a url on my website which returns a list of models for
that make.
4. Applet fills a second select with all models returned for the make.
I searched on google and go no where but perhaps I did not choose the
correct search words. I just don't want to do it in JS.