in reply to CGI: Form contents dependent on drop down lists

If you Drop-Down boxes contain something like country->state->city which is a classic scenario, then I would suggest you make a single call to DB then write the results to a Java Script and do everthing on the client-side instead of hitting-back the server.But don't follow this approach if the data-volume is high!

The world is so big for any individual to conquer

  • Comment on Re: CGI: Form contents dependent on drop down lists