News

As soon as you create the Image object, and set it's source, the browser starts to download. This is done asyncronously. That is, the x.src = "foo.gif" setting, doesn't halt the browser, until the ...