Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
How to determine the state of a checkbox using JavaScript?
How to determine the state of a checkbox using JavaScript?
✍: Guest
Use the "checked" property of the checkbox object. For example:
var checkedP = window.document.getElementById("myCheckBox").checked;
2008-08-19, 4455👍, 0💬
Popular Posts:
How To Create an Add-to-NewsGator Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
How To Avoid the Undefined Index Error? - PHP Script Tips - Processing Web Forms If you don't want y...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...
How To Use an Array as a Queue? - PHP Script Tips - PHP Built-in Functions for Arrays A queue is a s...