一個表格特效的JS代碼(收藏)

          Posted on 2007-03-22 14:58 Jaunt 閱讀(1074) 評論(0)  編輯  收藏 所屬分類: JavaScript

          嘿嘿……今天看到很好用的一個js表格效果,有時(shí)間研究下^_^
          <html>
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
          <title>mytable</title>
          <script language="JavaScript">
          ?// src="anole.js"
          // about this: javapig修改 源自 忘了。
          // Date: 2006-04-29
          ?
          ?function anole(
          ?str_tableid, // table id
          ? num_header_offset,// 表頭行數(shù)
          ? str_odd_color, // 奇數(shù)行的顏色
          ? str_even_color,// 偶數(shù)行的顏色
          ? str_mover_color, // 鼠標(biāo)經(jīng)過行的顏色
          ? str_onclick_color // 選中行的顏色
          ? )? {

          ?// 表格ID參數(shù)驗(yàn)證
          ? if(!str_tableid) return alert(str_tableid+"表格不存在");
          ?var obj_tables=(document.all ? document.all[str_tableid]:document.getElementById(str_tableid));
          ?if(!obj_tables) return alert("ID為("+str_tableid+")不存在!");

          ?// 設(shè)置個參數(shù)的缺省值
          ? var col_config=[];
          ?col_config.header_offset=(num_header_offset?num_header_offset:0 );
          ?col_config.odd_color=(str_odd_color?str_odd_color:'#ffffff');
          ?col_config.even_color=(str_even_color?str_even_color:'#dbeaf5');
          ?col_config.mover_color=(str_mover_color?str_mover_color:'#6699cc');
          ?col_config.onclick_color=(str_onclick_color?str_onclick_color:'#4C7DAB');
          ?// 初始化表格(可能多個表格用同一個ID)
          ? if(obj_tables.length)
          ? for(var i=0;i<obj_tables.length;i++ )
          ?tt_init_table(obj_tables[i],col_config);
          ?else
          ?tt_init_table(obj_tables,col_config);
          }
          ?
          ?function tt_init_table(obj_table,col_config)? {
          ?var col_lconfig=[],
          ?col_trs=obj_table.rows;
          ?if(!col_trs) return ;
          ?
          ?for(var i=col_config.header_offset;i<col_trs.length;i++)? { // i 從 表頭以下開始
          ? col_trs[i].config=col_config;
          ?col_trs[i].lconfig=col_lconfig;
          ?col_trs[i].set_color=tt_set_color;
          ?col_trs[i].onmouseover=tt_mover;
          ?col_trs[i].onmouseout=tt_mout;
          ?col_trs[i].onmousedown=tt_onclick;
          ?col_trs[i].order=(i-col_config.header_offset)%2 ;
          ?col_trs[i].onmouseout();
          ?}
          }
          ?function tt_set_color(str_color) {
          ?this.style.backgroundColor=str_color;
          }
          ?
          ?// 事件操作
          ?function tt_mover() {
          ?if(this.lconfig.clicked!=this )
          ? this.set_color(this.config.mover_color);
          }
          ?function tt_mout() {
          ?if(this.lconfig.clicked!=this )
          ? this.set_color(this.order?this.config.odd_color:this.config.even_color);
          }
          ?function tt_onclick()? {
          ?if( this.lconfig.clicked==this) {
          ? this.lconfig.clicked=null;
          ? this.onmouseover();
          ?}
          ? else {
          ? var last_clicked=this.lconfig.clicked;
          ? this.lconfig.clicked=this ;
          ? if(last_clicked) last_clicked.onmouseout();
          ? this.set_color(this.config.onclick_color);
          ?}
          }
          ?
          </script>
          </head>

          <body>
          <table bgcolor="#9933ff" align="center" cellpadding="1" cellspacing="0" width="80%">
          ?<tr>
          ?<td>
          ?<table id="demo" cellpadding="1" cellspacing="1" border="0" width="100%" align="center">
          ?<tr><th colspan="2" bgcolor="ffffff">HTML document object properties</th></tr>
          ?<tr><td width="20%">activeElement</td><td>Retrieves the object that has the focus.</td></tr>
          ?<tr><td>aLinkColor</td><td>Sets or retrieves the color of all links in the document.</td></tr>
          ?<tr><td>bgColor</td><td>Sets or retrieves the background color behe document object.</td></tr>
          ?<tr><td>body</td><td>Specifies the beginning and end of the document body.</td></tr>
          ?<tr><td>contentEditable</td><td>Sets or retrieves whether the userdocument object.</td></tr>
          ?<tr><td>cookie</td><td>Sets or retrieves the string value of a cookie.</td></tr>
          ?<tr><td>defaultCharset</td><td>Sets or retrieves the default chara of the document.</td></tr>
          ?<tr><td>designMode</td><td>Sets or retrieves whether the document can be edited.</td></tr>
          ?<tr><td>documentElement</td><td>Retrieves a reference to the root node of the document.</td></tr>
          ?<tr><td>domain</td><td>Sets or retrieves the security domain of the document.</td></tr>
          ?</table>
          ?</td>
          ?</tr>
          ?</table>
          ?<script language="JavaScript">
          ? anole('demo',1,'#ffffff','#ccccff','#ffccff','#cc99ff');
          ?</script>
          </body>
          </html>

          From Index:http://www.cnitblog.com/yemoo/archive/2006/06/16/12362.html

          主站蜘蛛池模板: 涡阳县| 韶山市| 临湘市| 连州市| 泾源县| 瑞金市| 扶余县| 当涂县| 怀仁县| 揭东县| 隆德县| 平山县| 澄迈县| 乐都县| 桑日县| 察哈| 扎赉特旗| 海安县| 濉溪县| 铅山县| 嵊州市| 馆陶县| 博乐市| 江门市| 江都市| 乡城县| 临湘市| 肃南| 平度市| 伊通| 青岛市| 布拖县| 乌兰察布市| 竹北市| 莱西市| 惠东县| 江油市| 察雅县| 师宗县| 运城市| 饶阳县|