Image errors

wxdqz

New Member
I have a program that moniters an image to wait for it to download, it uses the onError property to detect if the download failed. Only problem is, some sites have 404 pages that appear if a link is wrong. When this happens, my program does nothing because nothing changes, the onError function isn't triggered, and none of the image's propertys appear to change. How can I detect this? Also, the program is IE only, so I don't need to worry about compatibility problems.
 
Back
Top