+ 2
Audio button?
How can we specify the computer that we click a specified button,an audio starts ?
1 Answer
+ 17
<audioâŠâŠâŠ>
<button onclick="document.getElementsByTagName('audio')[0].play();">Spam</button>
How can we specify the computer that we click a specified button,an audio starts ?