ecco ho fatto così:
<tr <%=bgcolor%>>
<td class="testo"><div align="center"><%=RSFoto("categoria")%></div></td>
<td class="testo"><div align="center">
<% If "[]" & RSFoto("nome_foto") <> "[]" then
' non vuoto
response.write "<img width=""40"" height=""40"" border=""none"" src=../../images/" & RSFoto("nome_foto")&">"
Else
' vuoto
response.write "<img width=""40"" height=""40"" border=""none"" src=../../images/na.gif >"
End if %>
</div></td>
![]()
grazie
elisa