werdnagreb
Joined: 27 Mar 2007
Posts: 6
|
Posted: Tue Mar 27, 2007 7:43 pm Post subject: Getting value of checkbox in javascript |
|
|
Hi,
How do I get the value of a check box in javascript. I am trying something, but it's not working:
var cs = tool.GetPropertyById("checkbox1", "status");
No matter what the status is, cs is always 0. Is there a different property I should be using?
thanks,
--a |
|