What is the best way to set the size of the browser window when the page loads? I think this can be done in JavaScript. Please explain. Here is my code that is not working!<
This should do the trick, setting the height and width to your desired dimensions.
window.resizeTo(500,500)
You could set it onload.
onload