DEVFYI - Developer Resource - FYI

How to disable an HTML object

JavaScript Interview Questions and Answers


(Continued from previous question...)

75. How to disable an HTML object

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

(Continued on next question...)

Other Interview Questions