Height undefined

  •  07-16-2007, 8:14 PM

    Height undefined

    This code:
     
    var cuteEditor1 = document.getElementById("");
    alert("height " + cuteEditor1.Height);
     
    produces this error:
     
    height undefined
     
    How to get and set Height and Width in Javascript?
View Complete Thread