Hi-

Is there a way in PERL to automatically populate second drop down
based on what is selected in the first drop down.

For example 
If the first drop down has following three choices
        air
        land
        sea

Then if a user is selects land then the second drop should list following
choices
        car
        bus
        train

Then if a user is selects sea then the second drop should list following
choices
        boat
        submarine


These values will be populated dynamically from a database.

thanks.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to