J
Jake G
I was wondering if anyone could help me with this?
I am dynamically loading an image after a user selects an item in a
list box. If the image is not available I would like to load a nice
error image, rather than the ugly red x that comes up. Any
suggestions? I was hoping to do it with out another function.
document.getElementById('legimg').src = "../Images/LEG/s_" + distnum +
"_small.jpg";
Thanks,
Jake G.
I am dynamically loading an image after a user selects an item in a
list box. If the image is not available I would like to load a nice
error image, rather than the ugly red x that comes up. Any
suggestions? I was hoping to do it with out another function.
document.getElementById('legimg').src = "../Images/LEG/s_" + distnum +
"_small.jpg";
Thanks,
Jake G.