Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Three dropdown lists

Avatar

Level 1

I have script to change 2nd dropdown list based on seletion on the 1st drodownlist. I need to add 3rd dropdown list that would also change based on 1st dropdown list selection. Please help. Thanks in advance

topmostSubform.Page1.DropDownList2::exit - (JavaScript, client)

if     (this.rawValue == 1)

{

    this.parent.DropDownList4.selectedIndex = 0;

}

else

{

this.parent.DropDownList4.rawValue = "";

0 Replies