Javascript Objects JavaScript DHTML




This is a sample text.


This is a second sample text.




function function1() {
    var m = document.styleSheets[0].readOnly;
    if (m == true) {
        alert("The style sheet is defined on the page");
    } else {
        alert("The style sheet is imported");
    }
}