以下js代码 为什么firefox中不兼容

<scriptlanguage="javascript">vara;vard=0;functionmove(){if(event.srcElement.className... <script language="javascript">
var a;
var d=0;
function move(){

if(event.srcElement.className=="tuodong"){
//a=document.getElementsByClassName("tuodong");
//a[0].style.backgroundColor="#000";
a=event.srcElement;

document.onmousemove=move_a;

}

}
function move_a(){
if(event.srcElement.className=="tuodong")
if(event.button==1){
// a[0].style.backgroundColor= "#"+parseInt(Math.random()*4095).toString(16);
a.style.backgroundColor= "#"+parseInt(Math.random()*4095).toString(16);

}

}
document.onmousedown=move;
</script>
<body>
<div class="tuodong" style="background-color:#093; width:50px; height:50px; position:absolute; left:10px;" ></div>
</body>
展开
 我来答
百度网友5c69cfc
2013-10-24 · TA获得超过238个赞
知道小有建树答主
回答量:325
采纳率:100%
帮助的人:227万
展开全部
<body>
<script language="javascript">
var a;
var d=0;
function move(e){ // firefox chrome 事件回调参数为 Event
if(window.attachEvent){
e=window.event; // IE 事件对象
e.target=e.srcElement;
e.target=e.target?e.target:window;
e.currentTarget=e.toElement;
}
alert(e.target.tagName);
}
document.onmousedown=move;
</script>
<div class="tuodong" style="background-color:#093; width:50px; height:50px; position:absolute; left:10px;"  ></div>
</body>
更多追问追答
追问
不好意思,本人刚入门,再问一下:
e.target=e.srcElement;
e.target=e.target?e.target:window;
e.currentTarget=e.toElement;
这三句是同样效果的吗?

还有现在学习的书(很多默认兼容ie,至少我现在这本就是)都很少讲到兼容性问题的,我一遇到这些问题就头疼,请问我应该在哪里学习兼容性问题呢
不好意思,本人刚入门,再问一下:
e.target=e.srcElement;
e.target=e.target?e.target:window;
e.currentTarget=e.toElement;
这三句是同样效果的吗?

还有现在学习的书(很多默认兼容ie,至少我现在这本就是)都很少讲到兼容性问题的,我一遇到这些问题就头疼,请问我应该在哪里学习兼容性问题呢
火狐
2013-10-27 · Firefox,最快最安全的上网体验
火狐
Mozilla Firefox火狐浏览器,是一款开放安全的开源浏览器,全球拥有5亿用户。
向TA提问
展开全部
js脚本可以参考W3C标准 http://www.w3schools.com/js/
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式