Javascript Objects JavaScript DHTML




#myP1 { 
    color:red; 
    font-family:verdana; 
    font-size:16 
}
#myP2 { 
    color:green; 
    font-family:times new roman; 
    font-size:18 
}
 
text.


text.




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