[Javascript] Database and SQL

David Dorward david at dorward.me.uk
Tue Jan 30 08:54:34 CST 2007


On Tue, Jan 30, 2007 at 09:55:17AM -0500, Mike Dougherty wrote:
> If you want two selects such that the choice in the first select determines 
> the contents of the second select, then try an old-school dhtml solution. 
> (you have less than a hundred options per select, correct?)

Or take the scary "Store the dependent select's possible values as
JSON strings in the master select's options" route I did last time I
came across this problem. >:)

-- 
David Dorward                                      http://dorward.me.uk




More information about the Javascript mailing list