Javascript Properties JavaScript Reference




#myP1 { 
    color:red; 
}
#myP2 { 
    color:green; 
}
 
text.


text.




    function function1() {
        var m = document.styleSheets[0].owningElement.id;
        alert(m); 
    }