I can\'t get the onload event to work for a Canvas element. Here\'s the HTML:
onload
Canvas
Only the body element (and perhaps iframe) can fire a onload event. Simply put <script> initializeCanvas(); </script> after the <canvas> tag.
<script> initializeCanvas(); </script>
<canvas>