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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -