Country -> State combo box Ajax problem

2007-08-31 Thread Ghanshyam Rathod
Hi friends, As i have one form having Country and State combo box. Depend on country selected it will Fill up States automatically. Here is my Code : // file : edit.thtml //calling ajax functions function getstates(st) { country = $('country_name').value; alert(country);

Country -> State combo box Ajax problem

2007-08-31 Thread Ghanshyam Rathod
Hi friends, As i have one form having Country and State combo box. Depend on country selected it will Fill up States automatically. Here is my Code : // file : edit.thtml //calling ajax functions function getstates(st) { country = $('country_name').value; alert(country);