Hi All,
I have one new requirement in my project.
I have two drop down boxes one is PROFESSION and another is SPECIALITY.We loaded the values to SPECIALITY field depending on the
selection made to PROFESSION drop down.We use AJAX to dynamically load the values to SPECIALITY field.
When we display the form the the SPECIALITY field should be disabled,this will be enabled when we select any value in PROFESSION drop down.
Now my problem is ,i filled up the form and submitted,the request goes to some page .when i come back by using browsers back button
the PROFESSION filed is enabled with the value i selected but SPECIALITY is disabled.I want SPECIALITY field should be enabled with the value i selected.I am facing this problem in Internet Explorer not in Firefox.
Can any body help me to do so
I used the following ajax code
[ November 28, 2007: Message edited by: rushi kumar ]
[ November 28, 2007: Message edited by: rushi kumar ]