标题:代码解释?
取消只看楼主
lxd0980
Rank: 7Rank: 7Rank: 7
来 自:湖南长沙
等 级:黑侠
帖 子:166
专家分:505
注 册:2011-3-27
结帖率:84.62%
已结贴  问题点数:20 回复次数:2 
代码解释?
这是调用一个editor 的代码:
<%dim rs1  
set rs1=server.CreateObject("adodb.recordset")
rs1.open "select * from yuzhiguo_products where id="&id,conn,1,1
anclassid=rs1("anclassid")
nclassid=rs1("nclassid")
%>
具体解释下面这一段的作用。
<%
Dim sBasePath
sBasePath = Request.ServerVariables("PATH_INFO")
sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )

Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath    = sBasePath
oFCKeditor.Value    = rs1("jianjie_intro")
oFCKeditor.Create "jianjie_intro"

        %>
搜索更多相关主题的帖子: where 
2011-05-11 20:27
lxd0980
Rank: 7Rank: 7Rank: 7
来 自:湖南长沙
等 级:黑侠
帖 子:166
专家分:505
注 册:2011-3-27
得分:0 
PATH_INFO 是文件名吧,
2011-05-12 10:22
lxd0980
Rank: 7Rank: 7Rank: 7
来 自:湖南长沙
等 级:黑侠
帖 子:166
专家分:505
注 册:2011-3-27
得分:0 
我知道是这是一段调用FCKeditor 的代码?

  Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath    = sBasePath
oFCKeditor.Value    = rs1("jianjie_intro")
oFCKeditor.Create "jianjie_intro"

但不知道这段有什么作用?
2011-05-12 11:25



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-339520-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.485044 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved