JavaScript

1. Problem with window.onload

window.onload = function(){ alert("welcome"); }

Javascript code is not run until all images are finished downloading (this includes banner ads). The reason for using window.onload in the first place is that the HTML 'document' isn't finished loading yet, when you first try to run your code.

Comments

Popular posts from this blog

Statistics & Machine Learning

Deep Learning

JVM Memory Model