Contact: aviboots(AT)netvision.net.il
41,321 questions
53,836 answers
573 users
<!DOCTYPE html> <html> <head> </head> <body> <button>JavaScript</button>
<script type="text/JavaScript"> var bt = document.querySelector("button"); bt.setAttribute("disabled", "disabled"); /* run: */ </script>
</body> </html>