Forum Moderators: open
Like:
IF the picture not exists THEN
disply a image of "Picture coming soon"
ELSE
'just show the picture
EMD IF
Do you know how to write this code with classic ASP?
EG something like:
view-image.asp?url=/images/whatever.jpg
then in the code on your view-image.asp page, you could use the filesystem object to test whether the image exists on the server and then show it if it exists and show an alternate if it doesn't.