账号通
    

账号  

密码  

2791

查看

2

回复
主题:关于{$GetArticleContent} 的一点问题 [收藏主题]  
sosir 当前离线

7

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:306 分
登录次数:13 次
注册时间:2008/8/19
最后登录:2008/11/16
sosir 发表于:2008/11/16 22:16:00   | 显示全部帖子 查看该作者主题 楼主 
科汛在线考试系统(NET)

{$GetArticleContent} 读取的是文章内容,

文章中有图片,在编辑时是

<img src="http://localhost/UpFiles/Article/200811/2008110919295978178.gif" border=0 >

但是发布之后会自动给文章的图片加上

style="cursor: pointer" alt="点此在新窗口浏览图片" onclick="javascript:window.open(this.src);" onmousewheel="return bbimg(this)" onload="javascript:resizepic(this)" border="0"/>

 

变成

<img src="http://localhost/UpFiles/Article/200811/2008110919295978178.gif" border=0 style="cursor: pointer" alt="点此在新窗口浏览图片" onclick="javascript:window.open(this.src);" onmousewheel="return bbimg(this)" onload="javascript:resizepic(this)" border="0"/>

 

 

请问各位高手能否在读取文章的时候,系统不自动加这段代码啊

 

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
sosir 当前离线

7

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:306 分
登录次数:13 次
注册时间:2008/8/19
最后登录:2008/11/16
sosir 发表于:2008/11/16 22:27:00   | 显示全部帖子 查看该作者主题 沙发 
科汛在线网校系统

不好意思,我已经找到了

 

在ks_cls中Kesion.Label.CommonCls.asp文件这段

 Content=re.replace(Content,"<img src=$2  style=""cursor: pointer"" alt=""点此在新窗口浏览图片"" onclick=""javascript:window.open(this.src);"" onmousewheel=""return bbimg(this)"" onload=""javascript:resizepic(this)"" border=""0""/>")

 

改为


   Content=re.replace(Content,"<img src=$2   border=""0""/>")

 

就OK了看我历害

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.55078秒 powered by KesionCMS 9.0