jquery - Via VBA How to handle HTML Radio/drop-down buttons whose also effect other HTML elements -


respected experts,i want handle html radio/drop-down buttons effect other html elements.please find below html code.

enter image description here

appie.document.getelementbyid("maincontent_ddllevel1").selectedindex = 4 

i mange handle 1st element via above code select diff. options. requesting kindly guide how can other elements change automatically via vba. in change when user select option's.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -