G
groupie
Hi,
Trying to create a double-combo, like this example
http://www.javascriptkit.com/script/cut183.shtml ,and here: http://www.cbg.ie/
However the example is using hard-coded values from an array, but I
would like to read the values from a database table.
My first combo (parent) is being populated at the moment in javascript
with an SQL statement and is working fine. When an entry is selected
from the parent, I want to pick up the related items from the database
(tables have been setup) to populate the second (child) combo.
Any ideas how this can be done?
Thanks.
Trying to create a double-combo, like this example
http://www.javascriptkit.com/script/cut183.shtml ,and here: http://www.cbg.ie/
However the example is using hard-coded values from an array, but I
would like to read the values from a database table.
My first combo (parent) is being populated at the moment in javascript
with an SQL statement and is working fine. When an entry is selected
from the parent, I want to pick up the related items from the database
(tables have been setup) to populate the second (child) combo.
Any ideas how this can be done?
Thanks.