How to disable an HTML object?
Submitted by: AdministratorTo disable an HTML object in JavaScript use below line of code...
document.getElementById("myObject").disabled = true;
Submitted by: Administrator
document.getElementById("myObject").disabled = true;
Submitted by: Administrator
Read Online JavaScript Job Interview Questions And Answers
Top JavaScript Questions
☺ | How to convert numbers to strings using JavaScript? |
☺ | How to convert a string to a number using JavaScript? |
☺ | How to getting values from cookies to set widgets? |
☺ | Name the numeric constants representing max, min values? |
☺ | Example of using Regular Expressions for syntax checking in JavaScript? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |