Interviewer And Interviewee Guide

JavaScript Interview Question:

How to disable an HTML object?

Submitted by: Administrator
To disable an HTML object in JavaScript use below line of code...

document.getElementById("myObject").disabled = true;
Submitted by: Administrator

Read Online JavaScript Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.