0
hi friend my question related to two select id in html
whae i select an option from first select option than second select option show only those information which releted to first selected option what is code for this
3 Réponses
0
What do you want to show in the first or second drop-down list? and in what way the information be related?
0
like
i select   country-America   into first select option 
than   second select option  only show   related State of america
Thank u   for view my query  #lpang
0
Check these reference pages, they contain examples on how to add/remove options dynamically from and to a HTML drop-down list.
https://www.w3schools.com/jsref/met_select_add.asp
https://www.w3schools.com/jsref/met_select_remove.asp
Please edit your thread tags to specify a language, e.g. Javascript. If you wish to mention a friend you can do so in the thread Description, but mentions won't work if you do it in thread tags.
Good luck, and you're welcome Arun 👍




