我的照片为什么取不出来?在首页的多图浏览都可以取出来
True Index为图片名称,News_Title标题,News_Body内容<%
Set rc=Server.CreateObject("ADODB.Recordset")
sql="select * from produce where ID ="& request("ID")
rc.open sql,conn,1,1
%>
<table width="107%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td width="1005" height="40" align="center" bgcolor="#CCCCCC" class="STYLE22" style="font-weight:bold; font-size:14px"><%=replace(rc("News_Title")," ","?")%> </td>
</tr>
<tr>
<td height="40" colspan="2" align="center" class="text"><img src="funitureHT/pic/<%=rc("True_Index")%>" height="180" border="0" /></td>
</tr>
<tr>
<td height="30" colspan="2" align="center" class="text" style="color:#08866B; font-size:12px; line-height:160%"><%=rc("News_Body")%></td>
</tr>
</table>
<%
rc.close
set rc=nothing
%>
</td></td></table>