源码论坛,商业源码下载,尽在锦尚中国商业源码论坛

标题: 网站建设中常用到的代码 [打印本页]

作者: 皆大欢喜    时间: 2010-12-31 08:26
标题: 网站建设中常用到的代码
在网站建设中,我们经常会用到一些很方便的网站代码,以下是我总结的一些简单实用的网站建设中用的到代码
  
  <html>
  <head>
  <script>
  function antichose()
  { for(i=0;i<form1.checkbox.length;i++)
   {s="document.form1.checkbox["+i+"].click();";
   eval_r(s);}
  }
  function allchose()
  { for(i=0;i<form1.checkbox.length;i++)
   {s="document.form1.checkbox["+i+"].checked=true;";
   eval_r(s);}
  }
  </script>
  </head>
  <body>
  <form name=form1>
  <input type=checkbox name=checkbox>
  <input type=checkbox name=checkbox>
  <input type=checkbox name=checkbox>
  <input type=checkbox name=checkbox>
  <input type=button onclick="allchose();" value="全选">
  <input type=button onclick="antichose();" value="反选">
  </form>
  </body>
  </html>
  
  
  
  以上是比较常用的全选,反选代码,很简单,很实用哦!希望看到这篇文章的朋友们,对你们以后在网站设计中有一些帮助。
作者: Tornado    时间: 2011-1-14 09:08
不错
作者: czbf4    时间: 2011-1-14 09:39
{:2_230:}
作者: hungchia    时间: 2011-7-20 18:31
桐乡外卖网 http://www.txwaimai.com
嘉兴外卖网 http://www.jxwaimai.com   
嘉兴交友网 http://www.jxyuan.com
绵阳房产网 http://www.myfcw.cn  
禾城主机   http://www.cn0573.net
嘉兴QQ群   http://qqun.cn0573.net  
桐乡做网站 http://im.cn0573.net
作者: hungchia    时间: 2011-7-21 23:35
桐乡外卖网 http://www.txwaimai.com
嘉兴外卖网 http://www.jxwaimai.com   
嘉兴交友网 http://www.jxyuan.com
绵阳房产网 http://www.myfcw.cn  
禾城主机   http://www.cn0573.net
嘉兴QQ群   http://qqun.cn0573.net  
桐乡做网站 http://im.cn0573.net




欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/) Powered by Discuz! X3.3