hello everybody,
In my application i am using three dependant drop down boxes
for that one i am using ajax to load the values in dependant drop downs
eg A -> first drop down box its loading values directly from database table
B -> based on the value selected in first dropdown second will be loading my doing query to database.
C- > same as second one
My problem is if i submit i am not able to get the POST values of second and third drop down, but in IE 6.0 i can able to see the POST values.
thank u
In my application i am using three dependant drop down boxes
for that one i am using ajax to load the values in dependant drop downs
eg A -> first drop down box its loading values directly from database table
B -> based on the value selected in first dropdown second will be loading my doing query to database.
C- > same as second one
My problem is if i submit i am not able to get the POST values of second and third drop down, but in IE 6.0 i can able to see the POST values.
thank u
Comment