Javascript Properties JavaScript Reference




    function function1() {
        var m = document.all.myI.readyState; 
        alert(m);
    }