Style Layout JavaScript DHTML




Sample text for the document
Bounding Top

    function function4() {
        var m = myText.createTextRange(); 
        alert(m.boundingTop);
    }