Populating contents of a drop down based upon the selection of another drop down
Suppose you have two drop down selects that are related. You want the contents of the second one to be dependent on the selection made in the first one, but don’t want the user to have to hit SUBMIT to make the contents populate. I suppose that this is an AJAX thing, but wasn’t sure how to do it.
Any suggestions?
Mon 10 Dec 2007 at 01:09 PM