Javascript Collections JavaScript Reference




.rule1 { font-family:Times New Roman; font-size:18pt; color:blue; }


.rule2 { font-family:Verdana; color:red; }



Get total style sheets in this document.

    function function1() {
        var m = document.styleSheets.length; 
        alert(m);
    }