parseInt(document.all(Obj).style.left)的含义是什么?
发表在JavaScript图书答疑 2018-04-25 悬赏:1 学分 《JavaScript从入门到精通(第2版)》第5章 JavaScript对象与数组
是否精华
版块置顶:

<html>

<head>

<title>x和y属性在动态移动层中的运用</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">


<style type="text/css">

<!--

.STYLE1 {font-size: 13px}

-->

</style>

<body bgcolor="#ADBAB1">

<div  id="div1" class=yellow style="VISIBILITY:visible ; background-color:#FFFF00; position: absolute; top: 60; left: 200; width: 360; height: 250; filter: revealTrans(transition=12, duration=0.1) blendTrans(duration=0.1)">

<div id=title onmousedown=div_down("div1") style="background-color:#30608F;padding:2px; font-size:13px;text-indent:5;color:#FFFFFF;cursor:move">吉林省明日科技有限公司</div>

<img id=close  onclick=hide(div1)  style="position: absolute; right: 2; top: 2" border="0" src="5/04/close.gif" width="15" height="15"><span class="STYLE1"><br>&nbsp;&nbsp;吉林省明日科技有限公司是一家以计算机软件技术为核心的高科技型企业,公司创建于1999年12月,是专业的应用软件开发商和服务提供商。多年来始终致力于行业管理软件开发、数字化出版物开发制作、行业电子商务网站开发等,先后成功开发了涉及生产、管理、物流、营销、服务等领域的多种企业管理应用软件和应用平台,目前已成为计算机出版行业的知名品牌。</span></div>

<script language="JavaScript">

var Obj="none";

var pX;

var pY;

document.onmousemove=div_move;

document.onmouseup=div_up;

function div_down(tag){

Obj=tag;

var a;

a=parseInt(document.all(Obj).style.left);

document.write(a+"<br>");

pX=a-event.x;

pY=parseInt(document.all(Obj).style.top)-event.y;

document.write(pX+"---"+pY);

}

function div_move(){

if(Obj!="none"){

document.all(Obj).style.left=pX+event.x;

document.all(Obj).style.top=pY+event.y;

event.returnValue=false;

}

}

function div_up(){Obj="none";}

function hide(divid){

divid.filters.revealTrans.apply();

divid.style.visibility = "hidden";

divid.filters.revealTrans.play();

}

</script>

</body>

</html>

提问的问题有:

  1. parseInt(document.all(Obj).style.left)的含义。
    2.如何遍历document.all[]里面所含的对象。


2018-04-25 17:22:20编辑
分享到:
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照