逐步闪烁的文字
- <script Language="JavaScript">
- <!--
- if(navigator.appVersion.charAt(0)>=4 && (navigator.appVersion).indexOf("MSIE")!=-1) isIE4 = true;
- else isIE4 = false;
- function textAnima_color2(id,n) {
- el = document.all.item(id,n);
- charColor = el.getAttribute("SET_COLOR");
- cur = el.getAttribute("CURRENT_CHAR");
- if(cur=="") cur = 0;
- getHTML= el.getAttribute("SET_TEXT");
- if(getHTML == "") {
- getHTML = el.innerText;
- el.setAttribute("SET_TEXT",getHTML);
- }
- bef_t = getHTML.substring(0,cur); ;
- aft_t = getHTML.substring(eval(cur)+1,getHTML.length);
- cur_t = getHTML.substr(cur,1);
- cur_t = cur_t.fontcolor(charColor);
- el.innerHTML = bef_t + cur_t + aft_t;
- cur++;
- if(cur > getHTML.length) cur=0;
- el.setAttribute("CURRENT_CHAR",cur);
- getT = el.getAttribute("SET_TIME");
- if(getT=="") getT = 100;
- setTimeout("textAnima_color2('"+id+"',"+n+")",eval(getT));
- }
- if(isIE4) {
- window.onload = init;
- }
- function init() {
- id = "ANIMA_TEXT_COLOR2";
- len = document.all.item(id).length;
- if(!len) len=1;
- for(var i=0;i<len;i++) {
- textAnima_color2(id,i);
- }
- }
- //-->
- </script>
- <b><span style="font-size:14pt;color=red;font-family:新細明體";
- id="ANIMA_TEXT_COLOR2" SET_COLOR="yellow"
- SET_TIME="100" CURRENT_CHAR SET_TEXT>JAVASCRIPT閃爍文字效果!!!</span>

如需转载请注明文章来源,本文链接: http://icojump.in/?p=8
发表您宝贵的评论