为了账号安全,请及时绑定邮箱和手机立即绑定

Cannot set property 'onmousedown' of undefined QQ面板拖拽请问什么原因引起的

Cannot set property 'onmousedown' of undefined QQ面板拖拽请问什么原因引起的

Sure3764969 2017-03-24 11:01:35
function getByClass(clsName,parent){ var oParent=parent?document.getElementById(parent):document, eles=[], elements=oParent.getElementsByTagName('*'); for(var i=0,l=elements.length;i<l;i++){ if(elements[i].className==clsName){ eles.push(elements[i]); } } return eles;}window.onload=drag;function drag(){ var oTitle=getByClass('login_logo_webqq','loginPanel')[0]; oTitle.onmousedown=fnDown;}function fnDown(){ document.onmousemove=function(event){ event=event||window.event; document.title=event.clientX+","+event.clientY; }}
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 1090 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信