Javascript Objects JavaScript DHTML




function function1(elem) {
    var m = elem.getBoundingClientRect();
    alert('Left: '+ m.left +'\nRight: '+ m.right +'\nTop: '+m.top+'\nBottom:'+m.bottom);

/script>


     style="background-color:black; color:white; width:300; height:100;">
Click here to display the TextRectangle properties