Hi Folks,
I am working on a PHP/HTML form which supports End User queries.
I need the user to select a combination of Airline and corresponding
place of Origin. i,e
Delta - Madison, Dallas, Atlanta
KLM - Amsterdam, Houston, Detroit
Brit - New York, London, Seattle
I have a list of Airlines in a list box. The moment the user selects an
Airline(Delta) from the List box, the list box below it needs to have
(Dallas, Atlanta, Madison) as its options.
How is this done? How do I use a listbox selection as a trigger an
automatically start the next activity?
Thanks
Newbie to webdesign.
I am working on a PHP/HTML form which supports End User queries.
I need the user to select a combination of Airline and corresponding
place of Origin. i,e
Delta - Madison, Dallas, Atlanta
KLM - Amsterdam, Houston, Detroit
Brit - New York, London, Seattle
I have a list of Airlines in a list box. The moment the user selects an
Airline(Delta) from the List box, the list box below it needs to have
(Dallas, Atlanta, Madison) as its options.
How is this done? How do I use a listbox selection as a trigger an
automatically start the next activity?
Thanks
Newbie to webdesign.
Comment