¿Qué hago mal? ¿Por qué la altura de div no cambió?Cambiar la altura del div en el botón, haga clic en
<html>
<head>
</head>
<body >
<button type="button" onClick = "document.getElementById('chartdiv').style.height = 200px">Click Me!</button>
<div id="chartdiv" style="width: 100%; height: 50px; background-color:#E8EDF2"></div>
</body>
</html>
usted debe familiarizarse con jQuery, que hace las cosas manera más fácil. :) www.jquery.com – odaa