Style Layout JavaScript DHTML




Sample text for the document

Bounding Height

    function function1() {
        var m = myText.createTextRange(); 
        alert(m.boundingHeight);
    }