calling javascript function from <select> onchange

后端 未结 3 1487
青春惊慌失措
青春惊慌失措 2020-12-21 19:15

I am trying to call a javascript function from the onchange attribute of the select tag ! My issue is that I am passing the name attribute of the select to the

3条回答
  •  离开以前
    2020-12-21 19:46

    HTML:

    
        

    JS:

    
    

提交回复
热议问题