Content Linking组件
使用该组件可以把一系列的Web页连接在一起。
<% Set MagicCon=Server.CreateObject(“MSWC.NextLink”) %>
文件
Content Linking列表文件
包含一系列HTML文件列表的文本文件。每一行都指明一个专门的HTML文件,该Web页的描述,一个可有可无的注释。一行中的每一个元素都用TAB字符隔开:
index1.cfm welcome to magicw3.com abroad web site
index2.cfm welcome to magicw3.com.cn local web site
index3.cfm 欢迎加入迈至科客户广告联盟
方法
GetListCount(content Linking List File)
返回在内容连接列表文件中所有网页的数目。content Linking List File给出了内容连接列表文件的地址或路径。
GetListIndex(content Linking List File)
返回当前页在内容连接列表文件中的位置。content Linking List File给出了内容连接列表文件的地址或路径。
GetNextDescription(content Linking List File)
返回在内容连接列表文件中下一页的描述。content Linking List File给出了内容连接列表文件的地址或路径。
GetNextURL(content Linking List File)
返回在内容连接列表文件中下一页的Internet地址。content Linking List File给出了内容连接列表文件的地址或路径。
GetNthDescription(content Linking List File,Number)
返回在内容连接列表文件中某一位置的网页的描述。content Linking List File给出了内容连接列表文件的地址或路径。Number是在内容连接列表文件中某一条目的索引值。
GetNthURL(content Linking List File,Number)
返回在内容连接列表文件中某一位置的网页的Internet地址。content Linking List File给出了内容连接列表文件的地址或路径。Number是在内容连接列表文件中某一条目的索引值。
GetPreviousDescription(content Linking List File)
返回在内容连接列表文件中前一页的描述。content Linking List File给出了内容连接列表文件的地址或路径。
GetPreviousURL(content Linking List File)
返回在内容连接列表文件中前一页的Internet地址。content Linking List File给出了内容连接列表文件的地址或路径。