S
Steve
let's say that I have a webpage with an <img> tag and it has an invalid src
attribute, that is the image it points to doesn't exist. Is there any way
to catch stuff like that and handle it? For example, if I detect a missing
image, I could instead return a NoImageAvail.jpg image instead?
Weird question and I'm not sure how to ask it, but I suspect it could be
something that could be handled somehow. Thanks.
Steve
attribute, that is the image it points to doesn't exist. Is there any way
to catch stuff like that and handle it? For example, if I detect a missing
image, I could instead return a NoImageAvail.jpg image instead?
Weird question and I'm not sure how to ask it, but I suspect it could be
something that could be handled somehow. Thanks.
Steve