心情 天空

 




 










访




R
S
S

我的 Blog:
jybbh 最新的 20 条日志
[Ken的日志]
[工作心得]
[编程相关]
[潮汕文化]
[计算机相关]
[WEB相关]
[JAVA相关]
[Eclipse相关]
[Tomcat相关]
[SQL]
全站 Blog:
全站最新的 20 条日志

js:如何给每个加上onclick="abc()"

   WEB相关2005-5-13 0:51
因为<a></a>的个数不定,而且一段时间后自动更新,所以不可能用onload给合getElementsByTagName("a")给每个都加上onclick="abc()".

请问有什么简单的方法呢?
如果有象css中的:a{....}就把<a>全控制了就好了.

<html>
<head>
<title>TEST</title>
</head>
<script language='javascript'>
function LButtonDown(){
    if ( window.event.srcElement.tagName == 'A' ){
        //这里加入你需要处理的代码
    }
}
</script>
<body onclick="LButtonDown();">

<a href='#'>TEST</a>

</body>
</html>
标签集:TAGS:
回复Comments()点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}
 

Copyright 2004 酷酷小家园   Powered by 5dblog