Haw to change Height from javascript?

  •  08-22-2006, 12:00 PM

    Haw to change Height from javascript?

    This code not curently worked:
     
    var hEditor = window.document.getElementById("<%=HEditor.ClientID %>");
    hEditor.height = parseInt(hEditor.height) + 100;
     
    Haw chage the height from javascript?
View Complete Thread