showing results for - "how to send a command in js"
Vincent
07 Jan 2017
1<form action="">
2  <select name="channel">
3   <option value="#channel1">channel1</option>
4   <option value="#channel2">channel2</option>
5  </select>
6 </form>