ASP显示图片
<td>房源图片展示(点击可放大)</td></tr><tr><td><!--图片显示--><%ifTrim(rsv("UploadFiles"))<>""thenStr...
<td>房源图片展示(点击可放大)</td>
</tr>
<tr>
<td>
<!--图片显示-->
<%
if Trim(rsv("UploadFiles"))<>"" then
StrPhotoUrl=Trim(rsv("UploadFiles"))
if Instr(StrPhotoUrl,"|") >0 then
StrPhotoUrl=Split(StrPhotoUrl,"|")
for i=1 to Ubound(StrPhotoUrl)
%>
<a href="<%=StrPhotoUrl(i)%>" target="_blank"><img width="150" height="150" border="0" src="<%=StrPhotoUrl(i)%>"></a><% if i mod 4=0 then response.write "<br>"%>
<%
Next
else
%>
<a href="<%=StrPhotoUrl(i)%>" target="_blank"><img width="150" height="150" border="0" src="<%=StrPhotoUrl%>"></a>
<%end if%>
<%end if%>
<!--图片显示-->
请帮忙看一下这段码有么有问题,为什么不显示图片呢?谢谢 展开
</tr>
<tr>
<td>
<!--图片显示-->
<%
if Trim(rsv("UploadFiles"))<>"" then
StrPhotoUrl=Trim(rsv("UploadFiles"))
if Instr(StrPhotoUrl,"|") >0 then
StrPhotoUrl=Split(StrPhotoUrl,"|")
for i=1 to Ubound(StrPhotoUrl)
%>
<a href="<%=StrPhotoUrl(i)%>" target="_blank"><img width="150" height="150" border="0" src="<%=StrPhotoUrl(i)%>"></a><% if i mod 4=0 then response.write "<br>"%>
<%
Next
else
%>
<a href="<%=StrPhotoUrl(i)%>" target="_blank"><img width="150" height="150" border="0" src="<%=StrPhotoUrl%>"></a>
<%end if%>
<%end if%>
<!--图片显示-->
请帮忙看一下这段码有么有问题,为什么不显示图片呢?谢谢 展开
1个回答
展开全部
<a href="<%=StrPhotoUrl(i)%>" target="_blank"><img width="150" height="150" border="0" src="<%=StrPhotoUrl%>"></a>
这里的<%=StrPhotoUrl(i)%>出错了,应该是
<a href="<%=StrPhotoUrl%>" target="_blank"><img width="150" height="150" border="0" src="<%=StrPhotoUrl%>"></a>
这里的<%=StrPhotoUrl(i)%>出错了,应该是
<a href="<%=StrPhotoUrl%>" target="_blank"><img width="150" height="150" border="0" src="<%=StrPhotoUrl%>"></a>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询