My pages like [sample page ] run a function on loading
in which I try to read the height (or other property) of elements. However the line
only returns a value if the browser is not maximised; if it is maximised, I see an empty popup. I don't understand this last result; any help appreciated.
Code:
<body id=body onload='initialize()'>
Code:
alert(document.getElementById('map').style.height);