I have started with the project where I am suppose to use client side scripting @ extreme.
this is the scenario :
There are two drop-down lists in my form on my web-page ..
one is COUNTRY and other is STATE.
The drop-down list STATE must be disabled untill One of the values in Country is selected and According to the value selected in drop-down list COUNTRY, the corressponding states must be present in STATE drop-down list.
This is as same as the one we see on Email-account, sign-up page ..
I load the data (mapping of country with states) from an XML file .. (Assume that this file will be present on client system in a fixed, absolute path ..)
I am seeking a guidance on Internet to achieve this. any links or tutorials would be helpful.