calling javascript function from <select> onchange

后端 未结 3 1488
青春惊慌失措
青春惊慌失措 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:48

    No put in tag HTML attribute javascript, onchange is better in the script:

    
    

提交回复
热议问题