ok im new at javascript, but im trying to change the innerhtml of a div tag, heres my script and its not working:
Try changing onLoad to onload.
function var1() { document.getElementById('test').innerHTML = 'hi'; } window.onload = var1; // onload