商城樣式中商品圖片加上連接_風(fēng)訊Cms教程

      編輯Tag賺U幣
      教程Tag:暫無(wú)Tag,歡迎添加,賺取U幣!

      打開(kāi)\Foosun\Admin\Refresh\Mall_Functiom.asp

      找到:大約780行四周

      if Not IsNull(AlreadyProductObj("Products_sPicture")) then
      StyleContent = Replace(StyleContent,"{Mall_Products_sPicture}","<img border=""0"" width=""" & PicwidthStr & """ height=""" & PicHeightStr & """ src=""" & TempSysRootDir & AlreadyProductObj("Products_sPicture") & """>")
      else
      StyleContent = Replace(StyleContent,"{Mall_Products_sPicture}","")
      end if

      改為:

      if Not IsNull(AlreadyProductObj("Products_sPicture")) then
      StyleContent = Replace(StyleContent,"{Mall_Products_sPicture}","<a target=""_blank"" href=""" & GetOneProductLinkURL(AlreadyProductObj("ProductID")) & """ " & OpenTypeStr & "><img border=""0"" width=""" & PicwidthStr & """ height=""" & PicHeightStr & """ src=""" & TempSysRootDir & AlreadyProductObj("Products_sPicture") & """> </a>")
      else
      StyleContent = Replace(StyleContent,"{Mall_Products_sPicture}","")
      end if

      查看更多 風(fēng)訊cms教程  風(fēng)訊cms模板

      來(lái)源:模板無(wú)憂//所屬分類:風(fēng)訊Cms教程/更新時(shí)間:2006-06-19
      相關(guān)風(fēng)訊Cms教程