Javascript Collections JavaScript DHTML




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


.rule2 { color:red; }


.rule3 { font-family:Verdana; }



Get total style sheets in this document.

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