如何把asp里的绝对路径改为相对路径 10
想把结构尺寸下的代码改成相对路径(请参看图片一一对应):<%=ProContent1_Show%>如何把这段代码改为相对路径,调用的图片路径是Admin/Product1...
想把结构尺寸下的代码改成相对路径(请参看图片一一对应):
<%=ProContent1_Show %>如何把这段代码改为相对路径,调用的图片路径是Admin/Product10/ProductFile
希望像结构图下方调用的代码一样成为相对代码
结构图下方的代码为:
<td height="22" align="center" valign="middle"><span class="newsBg">
<%
if trim(ProImage2_Show) <> "" then
%>
<%
Set Fs = Server.CreateObject("Scripting.FileSystemObject")
If Fs.FileExists( Server.MapPath("../Admin/Product10/ProImage2/"&ProImage2_Show)) Then
%>
<img src="<%="../Admin/Product10/ProImage2/"&ProImage2_Show%>" border="0" onmouseover="this.style.cursor='hand';" onclick="if(this.alt) window.open('<%="../Admin/Product10/ProImage2/"&ProImage2_Show%>');" />
<%
End If
Set Fs = nothing
%>
<%
end if
%>
</span></td> 展开
<%=ProContent1_Show %>如何把这段代码改为相对路径,调用的图片路径是Admin/Product10/ProductFile
希望像结构图下方调用的代码一样成为相对代码
结构图下方的代码为:
<td height="22" align="center" valign="middle"><span class="newsBg">
<%
if trim(ProImage2_Show) <> "" then
%>
<%
Set Fs = Server.CreateObject("Scripting.FileSystemObject")
If Fs.FileExists( Server.MapPath("../Admin/Product10/ProImage2/"&ProImage2_Show)) Then
%>
<img src="<%="../Admin/Product10/ProImage2/"&ProImage2_Show%>" border="0" onmouseover="this.style.cursor='hand';" onclick="if(this.alt) window.open('<%="../Admin/Product10/ProImage2/"&ProImage2_Show%>');" />
<%
End If
Set Fs = nothing
%>
<%
end if
%>
</span></td> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询