Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索
12
返回列表 发新帖

[已答复] 请进来帮忙看看,又来麻烦你来啦

[复制链接]
云天一 发表于 2009-11-4 15:13:46 | 显示全部楼层
广告代码就是自定义代码啊
363517500 发表于 2009-11-4 15:12


你现在是什么问题?
回复

使用道具 举报

 楼主| 363517500 发表于 2009-11-4 20:31:22 | 显示全部楼层
<!--{if empty($_SCOOKIE['closehelpbox'])}-->
        <div id="help_box" class="ye_r_t"><div class="ye_l_t"><div class="ye_r_b"><div class="ye_l_b">
                <div class="task_notice">
                        <a title="忽略" class="float_cancel" href="javascript:;" onclick="close_helpbox();">忽略</a>
                        <div class="task_notice_body">
                        <!--{template data/adtpl/6}-->
                        </div>
                </div>
        </div></div></div></div>
        <!--{/if}-->

----------------------------------------------

<script type="text/javascript">

        var next = $start;
        function feed_more() {
                var x = new Ajax('XML', 'ajax_wait');
                var html = '';
                next = next + $perpage;
                x.get('cp.php?ac=feed&op=get&start='+next+'&view=$_GET[view]&appid=$_GET[appid]&icon=$_GET[icon]&filter=$_GET[filter]&day=$_GET[day]', function(s){
                        html = '<h4 class="feedtime">以下是新读取的动态</h4>' + s;
                        $('feed_div').innerHTML += html;
                });
        }

        function filter_more(id) {
                if($('feed_filter_div_'+id).style.display == '') {
                        $('feed_filter_div_'+id).style.display = 'none';
                        $('feed_filter_notice_'+id).style.display = '';
                } else {
                        $('feed_filter_div_'+id).style.display = '';
                        $('feed_filter_notice_'+id).style.display = 'none';
                }
        }

        function close_feedbox() {
                var x = new Ajax();
                x.get('cp.php?ac=common&op=closefeedbox', function(s){
                        $('feed_box').style.display = 'none';
                });
        }
        
        function close_helpbox() {
                var x = new Ajax();
                x.get('cp.php?ac=common&op=closehelpbox', function(s){
                        $('help_box').style.display = 'none';
                });
        }
        
        var elems = selector('li[class~=magicthunder]', $('feed_div'));
        for(var i=0; i<elems.length; i++){               
                magicColor(elems[i]);
        }
</script>

关闭后一刷新又出来了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-15 03:47 , Processed in 0.080598 second(s), 12 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表