I have a feeling that the way i want to do it is impossible, but maybe someone else can give me a hint or suggestions on how to do it
I have a page with a form.
this form has 3 selection boxes
select box 1, select box 2 , select box 3
select box2's content depends on 1, and select box 3 depends on 2
I want to do this:
box1's content is static.
once the user selects something, onchange will call a javascript function and query the server for the content to populate box 2 with, and so on with box 3
so in short, i want to have the clientside tell my server to do a query, and return the result to the clientside, then i'l use javascript to populate the content of selection box2.
is this possible?
any suggestions will be greatly appreciated!!
thanks