S
srini
Hi All,
I have an html form, C:\srini.html and it has two drop-down lists
(FieldA and FieldB) and one text field, Summary and then Submit and
Cancel buttons.
First when you click on FieldB, you should not see any drop down
entrees there. FieldA has two entrees (Test1 and Test2). When you
click on Test1 value in the FieldA drop-down list, it should show me
dynmically three values in the FieldB drop-down list (Apple, Banana,
and Mango). Again, when I click on Test value in the FieldA drop-down
list, it should show me dynmically anoher five values in the FieldB
drop-down list (San Jose, Fremont, Newark, Hayward, and Concord).
How can I implement this kind of dynamic intra-field dependency (only
from FieldA to FieldB) on the html form? I know that I should use some
asp script as well apart from srini.html.
Can some one guide me step by step with some appropriate code?
Thansk in advance,
Srini
I have an html form, C:\srini.html and it has two drop-down lists
(FieldA and FieldB) and one text field, Summary and then Submit and
Cancel buttons.
First when you click on FieldB, you should not see any drop down
entrees there. FieldA has two entrees (Test1 and Test2). When you
click on Test1 value in the FieldA drop-down list, it should show me
dynmically three values in the FieldB drop-down list (Apple, Banana,
and Mango). Again, when I click on Test value in the FieldA drop-down
list, it should show me dynmically anoher five values in the FieldB
drop-down list (San Jose, Fremont, Newark, Hayward, and Concord).
How can I implement this kind of dynamic intra-field dependency (only
from FieldA to FieldB) on the html form? I know that I should use some
asp script as well apart from srini.html.
Can some one guide me step by step with some appropriate code?
Thansk in advance,
Srini