Home Answers Viewqa JavaScriptQuestions How to disable an HTML object?

 
 


samar
How to disable an HTML object?
1 Answer(s)      2 years and 6 months ago
Posted in : JavaScript Questions

How to disable an HTML object?

View Answers

November 10, 2010 at 6:07 PM


You can disable html object by using this code,

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









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.