Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
tdecoste #1
Using img src
How can I check to see if "img src" in the following code actually has an
image?
<cfoutput>
<tr>
<td width="84" rowspan="7"><img src="images/#Recordset1.picture#.jpg">
</td>
In the database "picture" will always contain a value. But the actual picture
may not be in the "images" directory. If the picture is not there, then I want
to set img src = "images/na" otherwise, keep the value in the database.
tdecoste Guest
-
-



Reply With Quote

