I've modified my code like this so that it would tell me when it was done loading each image. I was expecting that if I was pointing an image object at a wrong path to a real image then it wouldn't do the alert because it would error out, but I get the alerts no matter what path I specify for the image objects.
Main Topics
Browse All Topics





by: jamesrhPosted on 2009-10-22 at 17:14:34ID: 25640297
Is this a plain HTML page or is there some sort of server processing going on? (php, server-side includes, etc.)