How can I disable a button after it's clicked? I know it can be done with js, but i have used onClick atribute already to play sound. Thanks!
you can use more than 1functions foronclick: eg <span onclick="alert("alert 1"); alert("alert 3");">CLICK ME</span> Code (markup):