|
|
 |
RE: FN-FORUM: Check box problem
date posted 19th March 2008 10:43
>>>> How do you check if a Check Box exists using JavaScript before you test
>>>> if it is checked?
try this
if (document.getElementById("ALL_Diaries")) {
}
I presume you are checking it before the form is submitted?
thanks
Mark
|
 |
|