i try to use the script from here:
http://www.ashleyit.com/rs/jsrs/select/php/select.php
is it possible to make the choices from the third box dependant on the first and second choice and not only on the second?
i have something like this:
group[i]=new Array()
group[1][1]=new Option("Bronze","47");
group[1][2]=new Option("Silver","46");
group[1][3]=new Option("Gold","45");
is it possible to fill the options dynamically with data from mysql...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.