asp文章系统中如何把绝对路径改为相对路径?
<%=ProContent1_Show%>这段代码(图片显示在结构尺寸下方)怎么改成相对路径?图片调用的路径是:..Admin/Product10/ProductFile...
<%=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 展开
..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 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询