I am writing a php site where I need to add an 'airport code' picker.  What
is the best way to handle this?  I don't want to simply populate a select
box from columns in the db because there are over 7000 rows in the db and it
would take the user forever to go through them all.  Is there a way that,
while the user is entering their flight info, I can have them select the
state, click a button and a pop-up window comes up with the airport codes
for that state, they select one and it fills the airport code box on the
flight info form?

I know I will probably need javascript, just haven't found anything yet.

Thanks,
Eddie


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to