How to disable an HTML object

Q

How to disable an HTML object

✍: Guest

A

document.getElementById("myObject").disabled = true;

2008-12-16, 4152👍, 0💬