| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 373 人关注过本帖
标题:高手进帮下忙
取消只看楼主 加入收藏
guxinghan
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2010-10-9
结帖率:100%
收藏
已结贴  问题点数:20 回复次数:1 
高手进帮下忙
<html>
<head>
<title></title>
</head>
<body>
<script language="javascript">
var s="";
for(i=1;i<=16;i++)
{
s=s+'<div id="i'+i+"' style="position:absolute; left:0px; top:0px;background-co
lor:"#0066ff";border:+"0.1px"+''+"solid"+''+"#0066ff"+'"></div>';
}
document.write(s);
var speed=30;
var temp=new Array();
var Height=document.body.clientHeight,top=0;
for(i=1;i<=16;i++)
{
temp[i]=eval("document.all.i"+i+".style");
temp[i].width=document.body.clientWidth/16;
temp[i].height=document.body.clientheight;
temp[i].left=(i-1)*praseInt(temp[i].width);
function kind(){
Height-=speed;
for(i=1;i<=16;i=i+2)
{
temp[i].clip="rect(0 auto+"+Height+"0)";
}
top+=speed;
for(i=2;i<=16;i=i+2)
{
temp[i].clip="rect("+top+"auto auto auto)";
}
if(Height<=0)
clearIntvar(tim);
}
tim=setIntervar("kind()",10);
</script>
</body>
</html>
错误提示:Line 38 Column 1 Error:Identifier expected
2010-10-22 22:40
guxinghan
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2010-10-9
收藏
得分:0 
花了好久终于把所有的错误都找出来了。不用了谢谢了各位
2010-10-23 16:13
快速回复:高手进帮下忙
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.023245 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved