Computer Science, asked by jayantrana5088, 1 year ago

How to enable textbox in javascript on checking the checkbox?

Answers

Answered by choudhary21
0
\color{Red}{ \boxed{\bold{ \underline{Enable... checkbox}}}}
Attachments:
Answered by Anonymous
24

Explanation:

When the CheckBox is clicked, the EnableDisableTextBox JavaScript function is executed. Inside this function, based on whether CheckBox is checked (selected) or unchecked (unselected), the TextBox is enabled or disabled by setting the disabled property to false or true respectively.

Similar questions