|
I really donīt think this is possible with pure HTML, what are you using?
I did this with perl.
The file prints out a HTML page with the first select box populated from the database, which is done by perl and stored in a hash. I also have a hidden param on the page, which is set to whatever, when the form is submitted. When it is submitted, the same file is called again but now the hidden param value has changed and it goes into an if loop {if (param('cmd') == 'whatever') print the next page} it now has the value from the first select box stored and perl uses this to pull the data out of the database, stores it in a hash and populates the second selectbox.
I hope this helps, if you need a little code, I can try to put something together tomorrow, I have to go home now and relax.
Cheers.
__________________
I think, therefore I am..... I think.
|