asp读取图片

来源:百度知道 编辑:UC知道 时间:2024/06/14 00:17:26
在后台添加2张图一张大图和一张缩放图,前台读取缩放图的时间要是没有传缩放图的时间能不能实现程序默认的一张图片
如果能的话大虾们告诉我下这么写谢谢了

<img src="<%=Rs("图片")%>" onerror="this.src='/Images/nopic.gif';">

/Images/nopic.gif 为默认图片

默认的一张图片 ? 就是 nopic.jpg ? 这种的?

如果是的话 你检测
if rs("smallpic")<>"" then
response.write rs("smallpic")
else
response.write "nopic.jpg"
end if