event.srcElement+表格应用
2018-09-21 21:39
阅读:593
<scriptlanguage=JavaScript1.2>
functionchangeto(highlightcolor){
source=event.srcElement
if(source.tagName==TRsource.tagName==TABLE)
return
while(source.tagName!=TD)
source=source.parentElement
if(source.style.backgroundColor!=highlightcolor&&source.id!=ignore)
source.style.backgroundColor=highlightcolor
}
functionchangeback(originalcolor){
return
if(event.toElement!=source)
source.style.backgroundColor=originalcolor
}
</script>
<tableonMouseOver=changeto(white)onMouseOut=changeback(#999999)>
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:event.srcElement+表格应用
文章链接:http://soscw.com/index.php/essay/16747.html
文章标题:event.srcElement+表格应用
文章链接:http://soscw.com/index.php/essay/16747.html
评论
亲,登录后才可以留言!