Hi.
I'm new with the webdesign.
I want do create a form and a javascript function that does something like this:
in firs box : country
in second box : province
but on submit to go to a link somethink like this
country_province.html
i have created country.html for each country with some presentation, all in the main directory.
Then i have a directory for each country where there is a country_province.html file for each province.
in conclusion after i select the 2 options from the form ,when i click submit to take me to:
href="../country/country_province.html"
Can it be donne?
thanks in advance for help.


