Javascript Objects JavaScript DHTML



@import url("external.css"); 
sample text.


sample text.




    function function1() {
        alert(document.styleSheets[0].imports[0].href);
    }