I am looking for some code in Perl or Java that will have 2 drop down menu. The first drop down menu will have a list of states and once the user selected a particular state, the second deop down menu will have list of cities for the corresponding selected state. I saw this code in action at www.beazer.com when I clicked on search for house but I think they did it using javascript. Anyway to do this in Perl? An example would be appreciated.
Thanks.