Javascript Objects JavaScript DHTML





function function1() {
    var myRule = document.styleSheets(0).rules(0);
    var n = myRule.selectorText;
    alert(n); 




This is the text with a specific style rule applied.


       value="Click here to view the styleSheet selector" 
       onclick="function1();">