HTML JavaScript DHTML

/*
JavaScript Bible, Fourth Edition
by Danny Goodman 
John Wiley & Sons CopyRight 2001
*/


canHaveChildren Property

function colorAll() {
    for (var i = 0; i < document.all.length; i++) {
        document.all[i].style.color = "red"
    }
}
function colorChildBearing() {
    for (var i = 0; i < document.all.length; i++) {
        if (document.all[i].canHaveChildren) {
            document.all[i].style.color = "red"
        }    
    }
}



canHaveChildren Property Lab


















Your basic checkbox







QuantityDescriptionPrice



    4Primary Widget$14.96


    10Secondary Widget$114.96