Chinapromoter Blog

生活, 艺术, 网络, 技术, 工业, 消费, 记录趣味生活的点点滴滴。

« 夫妻就象一双筷子 - 《光荣岁月》产品细节页排序BUG修正 - 搜索优化网站 SXWO EC »

中文版图片路径BUG修正 - 搜索优化网站 SXWO EC

搜索优化网站程序 SXWO EC VER3.0,在createproduct.asp的55行, 缺少一个语言判断, 引起第二个语言版本网站的图片路径引用第一个语言版本数据库,导致出错, 修正后源代码如下:

bimagespath=getimagepath(bimages)   '大图片实际地址
  if session("langid")=1 and isexistfile(server.mappath("../cn/"&bimagespath)) then   '登陆的是中文
      timageswidth=getimagewidth("../cn/"&bimagespath)
      if cint(timageswidth)<=cint(imageswidth) then imageswidth=timageswidth
  elseif session("langid")=0 and isexistfile(server.mappath("../"&bimagespath)) then
      timageswidth=getimagewidth("../"&bimagespath)
      if cint(timageswidth)<=cint(imageswidth) then imageswidth=timageswidth
  else
      imageswidth=0
  end if

修正前源代码如下:

bimagespath=getimagepath(bimages)   '大图片实际地址
  if isexistfile(server.mappath("../"&bimagespath)) then
      timageswidth=getimagewidth("../"&bimagespath)
      if cint(timageswidth)<=cint(imageswidth) then imageswidth=timageswidth
  else
      imageswidth=0
  end if


“中国推广”电子商务型网站使用手册
http://www.chinapromoter.cn/cat-4/chinapromoter-ec-ver-2-manual-guide.html

符合搜索优化的网站建设程序方案
http://www.chinapromoter.cn/cat-4/html-programme-site-plan.html

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新评论及回复

最近发表


Powered By Z-Blog 1.8 Spirit Build 80605

Copyright www.chinapromoter.cn. Some Rights Reserved. 浙ICP备05022498号