Home › Forums › JavaScript › get height. › Re: get height.
July 1, 2013 at 11:14 am
#141142
Participant
Not sure what you’re doing or what the code is that you are weaving this into, but you could set it with:
document.getElementById('otherDiv').style.height = h; //The variable used in the previous example defining 'h' as the wrapper height.