html中img的onclick事件怎么在IE下才有效
<html><head><scriptlanguage="javascript">functionnewsnext(){alert("hello");}</script>...
<html>
<head>
<script language="javascript">
function newsnext(){
alert("hello");
}
</script>
</head>
<body>
<img src="pics/next.png" style="float:left;" id="newsnext" onclick="newsnext()">
</body>
</html>
点图片就是没反应,不知道为什么
只有在IE下,点图片才有反应,在其它浏览器没反应 展开
<head>
<script language="javascript">
function newsnext(){
alert("hello");
}
</script>
</head>
<body>
<img src="pics/next.png" style="float:left;" id="newsnext" onclick="newsnext()">
</body>
</html>
点图片就是没反应,不知道为什么
只有在IE下,点图片才有反应,在其它浏览器没反应 展开
1个回答
推荐于2017-10-12 · 知道合伙人软件行家
yfcp
知道合伙人软件行家
向TA提问 私信TA
知道合伙人软件行家
采纳数:1748
获赞数:5545
有多年网站建设相关工作经验。熟悉ASP、ASP.net、VB、JavaScript、HTML等语言和CSS、Ajax等相关技术。
向TA提问 私信TA
关注
展开全部
去掉id="newsnext" 。或者id换个值。id="aaa"。别写newsnext
<img src="pics/next.png" style="float:left;" onclick="newsnext()">
追问
好像是的
不过这是为什么
追答
id换个值就可以了。和function newsnext 冲突。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询