先打开 根目录/Ks_Cls/Kesion.Label.CommonCls.asp 这个文件
在最底部
- '将SRC不带引号的图片地址加上引号
- re.Pattern = "<img.*?\ssrc=([^\""\'\s][^\""\'\s>]*).*?>"
- Content = re.Replace(Content, "<a " & LinkStr & "><img src=""$2"" alt=""点击浏览下一页"" onmousewheel=""return bbimg(this)"" onload=""javascript:resizepic(this)"" border=""0""/></a>")
- '正则匹配图片SRC地址
- re.Pattern = "<img.*?\ssrc=([\""\'])([^\""\']+?)\1.*?>"
- Content = re.Replace(Content, "<a " & LinkStr & "><img src=""$2"" alt=""点击浏览下一页"" onmousewheel=""return bbimg(this)"" onload=""javascript:resizepic(this)"" border=""0""/></a>")
其中的onmousewheel=""return bbimg(this)"" 这个为鼠标缩放功能! 删除即可
推荐查看以下文章
小改科讯cms优化内容页图片alt标签,增加图片收录
本文来源于web技术 http://www.webx32.com , 原文地址: http://www.webx32.com/index.php/cms/171.html