我想做个这个效果,
但是不知道怎么修改它的文字和链接 如果有源码可以修改的请邮件到QQ 623818505
谢谢 

解决方案 »

  1.   

      我要的效果和http://www.sixcolor.com.cn/这个网站 下面的 IT技术支持库的效果一样  就是就是文字和链接不一样  我就想修改这个  谁有的发给我如果可以分全给你们
      

  2.   

    我把他的东西弄下来了  运行也可以  但是就是修改不了文字和链接他的 
    widget_so.addVariable("tagcloud", "%3Ctags%3E%3Ca+href%3D%22%2Faggregator%2Fcategories%2F1%22+style%3D%22%26quot%3Bfont-size%3A+12px%3B%26quot....后面还有很多 我就不全部贴出来了  
    他的widget_so.addVariable("tagcloud", "")里面的""就是链接和文字 但是我想修改 就是不知道怎么弄  
      

  3.   

    不行的  widget_so.addVariable("tagcloud", "%3Ctags%3E%3Ca+href%3D%22%2Faggregator%2Fcategories%2F1%22+style%3D%22%26quot%3Bfont-size%3A+12px%3B%26quot%3B%22%3EDrupal%E6%A8%A1%E5%9D%97%E7%9B%B8%E5%85%B3%3C%2Fa%3E+%0A%3Ca+href%3D%22%2Faggregator%2Fcategories%2F2%22+style%3D%22%26quot%3Bfont-size%3A+12px%3B%26quot%3B%22%3EDrupal%E4%B8%BB%E9%A2%98%E7%9B%B8%E5%85%B3%3C%2Fa%3E+%0A%3Ca+href%3D%22%2Faggregator%2Fcategories%2F3%22+style%3D%22%26quot%3Bfont-size
      

  4.   

    decodeURI(URIstring) 或 unescape(string) 试试能否解码
      

  5.   

    或者decodeURIComponent(URIstring) 试试
      

  6.   

    没图
    <div align="center">
    <p>
    <span></span>
    <a href="#"><span>我们的IT服务</span></a>
    <span>|</span>
    <a href="#"><span>联系我们</span></a>
    <span>|</span>
    <a href="#"><span>团队优势和能力</span></a>
    <span></span>
    <br>
    <span>sixcolor.com.cn版权所有(2005-2010) 粤ICP备</span>
    <a href="#"><span>09025480</span></a>
    <span>号</span>
    <span><a href="#"><span>旧版网站</span></a></span>
    <br>
    <span></span>
    <a href="#"><span>一站式IT服务</span></a>
    <span>|</span>
    <a href="#"><span>解决方案</span></a>
    <span>|</span>
    <a href="#"><span>网站设计开发</span></a>
    <span>|</span>
    <a href="#"><span>成功案例</span></a>
    <span></span>
    </p>
    </div>
    你要的是这个么?如果是代码是这样 自己加上CSS样式
      

  7.   

    http://www.phphi.cn/post/79/看这里 flash tagcloud 
      

  8.   


    谢谢啊  我想在HTML里面添加  格式应该是怎么样的? 如果你帮我搞定 分全给你 OK?
      

  9.   


    下载后,里面添加个t.php:
    <?php
     $tagsArr=array('以随','测试','哈哈','adfasd','adsfasdf');
     $tagsStr = '<tags>';
      
     foreach ($tagsArr as $value){
         $tagsStr .= urlencode('<a href="testtags.php?action='.urlencode($value).'" style="font-size:'.rand(8,24).'pt;">'.$value.'</a>');
     }
     $tagsStr .= '</tags>';
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    </head>
    <body>
    <div id="Tags" style="border:1px solid #CCC; width:248px"></div>
    <script type="text/javascript" src="Tags/swfobject.js"></script>
    <script type="text/javascript"> 
    var rnumber = Math.floor(Math.random()*9999999);  
    var cloud = new SWFObject("Tags/tagcloud.swf?r="+rnumber, "tagcloudflash", "250", "250", "9", "#ffffff");  
    cloud.addParam("wmode", "transparent");  
    cloud.addParam("allowScriptAccess", "always");  
    cloud.addVariable("tspeed", "120");  
    cloud.addVariable("mode", "tags");  
    cloud.addVariable("tagcloud", '<?php echo $tagsStr;?>');  
    cloud.write("Tags");  
    </script>
    </body>
    </html>
      

  10.   


    可以直接写在JS里面吗?  PHP的我不会额。。 恩 我说的是直接把文字和连接方在JS里面   , 页面是纯HTML的  谢谢。。
      

  11.   

       如果是ASP代码也可以。。  服务器是ASP 的。  
      

  12.   

      在来个  强烈要求纯HTML+JavaScript  代码 
      

  13.   

    服你了你们了
    那是个flash
      

  14.   

    LZ是要用JavaScript做Flash吗,牛!
      

  15.   

    <textarea style="display:none" id="tagLinks">
    <tags>
    <a href="/category/knowledgebase/qi-ye-shu-ju-quan" style="font-size:18px;">企业数据安全</a>
    <a href="/category/knowledgebase/qi-ye-itzhi-li" style="font-size:12px;">企业IT治理</a>
    <a href="/category/knowledgebase/gong-si-qi-ye-ju-yu-wang-%2Cfu-zhi-wang-luo-gong-xiang-wen-jian-de-shi-hou-su" style="font-size:14px;">公司企业局域网,复制网络共享文件的时候速度很慢</a>
    <a href="/category/knowledgebase/gu-zhang" style="font-size:16px;">故障</a>
    <a href="/category/knowledgebase/shu-ju" style="font-size:12px;">数据</a>
    <a href="/category/knowledgebase/dian-nao-zhong-du" style="font-size:16px;" class="active">电脑中毒</a>
    <a href="/category/knowledgebase/dian-nao-bing-du" style="font-size:16px;">电脑病毒</a>
    <a href="/category/knowledgebase/bing-du" style="font-size:12px;">病毒</a>
    <a href="/category/knowledgebase/xi-tong" style="font-size:14px;">系统</a>
    <a href="/category/knowledgebase/xi-tong-gu-zhang" style="font-size:18px;">系统故障</a>
    <a href="/category/knowledgebase/wang-zhan-bei" style="font-size:20px;">网站备案</a>
    <a href="/category/knowledgebase/wang-luo" style="font-size:12px;">网络</a>
    <a href="/category/knowledgebase/wang-luo-gong-si" style="font-size:12px;">网络公司</a>
    <a href="/category/knowledgebase/wang-luo-gu-zhang" style="font-size:12px;">网络故障</a>
    <a href="/category/knowledgebase/jian-die-ruan-jian" style="font-size:12px;">间谍软件</a>
    <a href="/category/knowledgebase/adslgu-zhang" style="font-size:12px;">ADSL故障</a>
    <a href="/category/knowledgebase/foxmail" style="font-size:14px;">Foxmail</a>
    <a href="/category/knowledgebase/ie" style="font-size:12px;">IE</a>
    <a href="/category/knowledgebase/itwai-bao" style="font-size:16px;">IT外包</a>
    <a href="/category/knowledgebase/office" style="font-size:18px;">Office</a>
    <a href="/category/knowledgebase/outlook" style="font-size:22px;">Outlook</a>
    <a href="/category/knowledgebase/outlook-express" style="font-size:16px;">Outlook Express</a>
    <a href="/category/knowledgebase/win7" style="font-size:14px;">WIN7</a>
    <a href="/category/knowledgebase/xp" style="font-size:22px;">XP</a>
    </tags>
    </textarea><div id="Tags" style="border:1px solid #CCC; width:248px"></div>
    <script type="text/javascript" src="Tags/swfobject.js"></script>
    <script type="text/javascript"> 
        var rnumber = Math.floor(Math.random()*9999999);  
        var cloud = new SWFObject("Tags/tagcloud.swf?r="+rnumber, "tagcloudflash", "250", "250", "9", "#ffffff");  
        cloud.addParam("wmode", "transparent");  
        cloud.addParam("allowScriptAccess", "always");  
        cloud.addVariable("tspeed", "120");  
        cloud.addVariable("mode", "tags");  
        cloud.addVariable("tagcloud", encodeURIComponent(document.getElementById('tagLinks').value));  
        cloud.write("Tags");  
    </script>
      

  16.   

      我都不知道是哪里的问题了 我用服务器代码运行都是可以的 。。但是我用你的就不行了。。你可以把整个HTML的内容都发出来吗?  我看看是不是我上面写错了   谢谢啊
      

  17.   

     出来了FLash 但是里面没有文字  还有就是下面状态栏显示一直是打开网页 但是就是一直都没有打开
      

  18.   

    见: http://www.ialvin.cn/util/tagcloud/index.htm-----------------------------------------------
    http://www.ialvin.cn/util/tagcloud/tagcloud.swf
    http://www.ialvin.cn/util/tagcloud/swfobject.js