I want to make html select tag only activated when a check box is checked,how can i??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Using Javascript:
When this code is called, it checks if box is checked and disables select as appropriate. Or, with PHP/HTML:
When the form is submitted, this checks if box has been |
|||
I tested the disabled property: It can be set to either (I tested in Chrome, Firefox, Safari, Opera and IE9 beta) |
|||||
|
javascripttag. – Šime Vidas Oct 20 '10 at 0:23<javascript>to the HTML would solve the problem. Then I figured it out :D – Matchu Oct 20 '10 at 0:45javascriptto this question's tags. As for now, the question has only thehtmltag set. – Šime Vidas Oct 20 '10 at 11:07