1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

织梦公司首页JS幻灯切换代码

本帖由 weike52009-09-03 发布。版面名称:源码讨论

  1. weike5

    weike5 New Member

    注册:
    2009-06-14
    帖子:
    13
    赞:
    0
    先上代码:
    HTML:
    <!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=gb2312" />
    <title>织梦公司首页JS幻灯切换</title>
    <link href="/huandeng/js/js-0008/css/style.css" rel="stylesheet" type="text/css" />
    <script src="/huandeng/js/js-0008/js/prototype.js"></script>
    <script src="/huandeng/js/js-0008/js/flash.js"></script>
    </head>
    <body>
    
    <div class="main">
    	<!--幻灯片开始-->
    	<DIV class="flashbox">
    <DIV id="SwitchBigPic">
    <DIV><A title=福星代码站正式上线 href="http://www.fxdaima.com" target="_blank"><IMG class=pic alt=福星代码站正式上线 src="/huandeng/js/js-0008/images/ad01.jpg"></A></DIV>
    <DIV><A title=福星工作室旗下逍遥驿站征网站定位 href="http://www.xy1z.com" target="_blank"><IMG class=pic alt=福星工作室旗下逍遥驿站征网站定位 src="/huandeng/js/js-0008/images/ad02.jpg"></A></DIV>
    <DIV><A title=福星工作室旗下网页特效正式上线 href="http://www.123508.cn" target="_blank"><IMG class=pic alt=福星工作室旗下网页特效正式上线 src="/huandeng/js/js-0008/images/ad03.jpg"></A></DIV>
    <DIV><A title=威客信息网迁回国内并备案成功 href="http://www.weike5.com" target="_blank"><IMG class=pic alt=威客信息网迁回国内并备案成功 src="/huandeng/js/js-0008/images/ad01.jpg"></A></DIV>
    <DIV><A title=心搁肚免费资源网重新开启 href="http://www.singedu.cn" target="_blank"><IMG class=pic alt=心搁肚免费资源网重新开启 src="/huandeng/js/js-0008/images/ad02.jpg"></A></DIV></DIV>
    <UL id="SwitchNav">
    	<LI><A href="http://www.fxdaima.com" target="_blank">福星代码站正式上线</A></LI>
      <LI><A href="http://www.xy1z.com" target="_blank">福星工作室旗下逍遥驿站征网站定位</A></LI>
      <LI><A href="http://www.123508.cn" target="_blank">福星工作室旗下网页特效正式上线</A></LI>
      <LI><A href="http://www.weike5.com" target="_blank">威客信息网迁回国内并备案成功</A></LI>
      <LI><A href="http://www.singedu.cn" target="_blank">心搁肚免费资源网重新开启</A></LI>
    </UL>
    </DIV>
    <SCRIPT>
     var bigswitch = new SwitchPic(
    		{
    			bigpic:"SwitchBigPic",
    			switchnav:"SwitchNav",
    			selectstyle:"selected",
    			objname:"bigswitch"
    			}
    		) ;
    		bigswitch.goSwitch(bigswitch,0);
    		bigswitch.autoSwitchTimer = setTimeout("bigswitch.autoSwitch(bigswitch) ;", 3000);
    </SCRIPT>
    	<!--幻灯片结束-->
    	
    	
    </div>
    <!--/内容-->
    	<div align="center">
    <table width="80%" height="108" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td height="32" align="center"><strong>织梦公司首页JS幻灯切换</strong></td>
          </tr>
          <tr>
            <td height="32" align="center">代码整理:<a href="http://www.fxdaima.com/" target="_blank">福星代码站</a></td>
          </tr>
          <tr>
            <td height="32" align="center">*尊重他人劳动成果,转载请自觉注明出处!</td>
          </tr>
        </table>
    	</div>
    </body>
    </html>
    此代码是织梦公司网站的首页幻灯代码。演示地址:http://www.fxdaima.com/daima/63/190.html,进入页面后,点击运行,即可查看效果。
     
  2. ylcherry

    ylcherry New Member

    注册:
    2009-06-09
    帖子:
    288
    赞:
    0
    我来读读吧。。。