Forum : How to determine the state of a checkbox using Javascript?
Brief description  about Online courses   join in Online courses
View Balu  Prasad 's Profile

How to determine the state of a checkbox using Javascript?

How to determine the state of a checkbox using Javascript???
Asked by Balu Prasad | Mar 22, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Balu,
var checkedP = window.document.getElementById("myCheckBox").checked;
Mar 22, 2010