Can someone tell me whats wrong with this
<img src="IF <%=
Thumbnail("_small",(Recordset1.Fields.Item("image" ).Value)<>""Then<br>
Response.Write <%=
Thumbnail("_small",(Recordset1.Fields.Item("image" ).Value)Else
Response.Write("none.jpg") %>"><%End IF%>

I want it to show an image called none.jpg in the event there is no image.

Steve