HTML IMG attributes question

Aug 31, 2004
79
0
66
I suspect that there's no "altsrc" type attribute for the html image tag, i.e. you can't say <IMG SRC="http://www.randomURL.com/images/ber.gif" ALTSRC="http://www.otherURL.com/images/ber.gif" ALT="Image Not Available">

In other words, I have a site, I want to host the images on another site (because they have unlimited uploads), and if that image is not available, THEN I want it to check my site for the image, and if that's not available, THEN display the ALT text.

So the question is, does such a thing exist?
 
Aug 31, 2004
79
0
66
Is anyone able to verify whether there is such a thing? An IMG attribute that calls the image from a second location if the image isn't found in the first location?