M
MickB Tenerife
Hi
I have an ASP page that calls values from an access database using the DBRW.
One of the fields is a reference to an image file, relative to the specific
record, using the ID field to identify the correct image as below
src="/photos/<%=FP_FieldVal(fp_rs,"ID")%>a.jpg"
If that image does not exist I get the normal "X" image box.
What I would like to do is :
If the image (as above) does not exist then put a default photo
"nophoto.jpg" in its place
thanks for your help
I have an ASP page that calls values from an access database using the DBRW.
One of the fields is a reference to an image file, relative to the specific
record, using the ID field to identify the correct image as below
src="/photos/<%=FP_FieldVal(fp_rs,"ID")%>a.jpg"
If that image does not exist I get the normal "X" image box.
What I would like to do is :
If the image (as above) does not exist then put a default photo
"nophoto.jpg" in its place
thanks for your help