主题 : 自己写个页面如何访问
级别: 秀才
UID: 2697
积分:31 加为好友
威望: 0 精华: 0
主题:5 回复:5
注册时间:2010-02-20
在线时长:0
1#   发表于:2010-03-05 00:17:15  IP:111.186.*.*
项目集成:需要切割主页中的一部分新闻栏目给对方做iframe,所以我单独写了个界面比如叫news_x.html
下面的代码是从主页中粘贴下来的:

  <div class="list_content h200">
   <div class="dis" id="tbc_11">
[@cms.ArtiList chnlId='' count='9' sysContent='1-1' orderBy='0' titLen='25' lineHeight='3' dateFormat='4' datePosition='2' headMark='3' target='1'/]
</div>
<div class="undis" id="tbc_12">
[@cms.ArtiList chnlId='' count='9' sysContent='1-1' orderBy='9' titLen='25' lineHeight='3' dateFormat='4' datePosition='2' headMark='3'  target='1' /]
</div>
<div class="undis" id="tbc_13">
            [@cms.ArtiList chnlId='' count='9' sysContent='1-1' recommend='1' titLen='25' lineHeight='3' dateFormat='4' datePosition='2' headMark='3' target='1'/]
        </div>
 </div>

但是我不清楚URL的访问路径的规则,这个页面如何访问呢,能否给个目录以及对应url的说明。
级别: 白丁
UID: 3
积分:2415 加为好友
威望: 0 精华: 0
主题:23 回复:1614
注册时间:2009-06-02
在线时长:0
2#   发表于:2010-03-05 21:08:53  IP:59.134.*.*
栏目都是有栏目路径的
一般栏目的访问地址也是有规则的:域名/+栏目路径/+index.htm
比如栏目路径是news,则该栏目的访问路径就是:
http://www.abc.com/news/index.htm
生命在于折腾!
级别: 白丁
UID: 7400
积分:1 加为好友
威望: 0 精华: 0
主题:0 回复:1
注册时间:2010-06-01
在线时长:0
3#   发表于:2010-06-14 03:03:29  IP:125.83.*.*
学习
1 共1页