| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 563 人关注过本帖
标题:脚本发生错误 行 20
取消只看楼主 加入收藏
missfhapple
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-4-3
收藏
 问题点数:0 回复次数:0 
脚本发生错误 行 20

缺少 ";" 之类的~~~
行 20
字符 2
URL
file://C:\Documents and Settings\Happy\Local Settings\Temporary Internet Files\FrontPageTempDir\pvw3D.htm


请问以上提示能看出什么来啊,什么行,字符的
高手们帮帮忙啦,好急~~~十分感激~~
代码:
20 document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");


附近代码://***********默认设置定义.*********************
tPopWait=0;//停留tWait豪秒后显示提示。
tPopShow=5000;//显示tShow豪秒后关闭提示
showPopStep=20;
popOpacity=99;

//***************内部变量定义*****************

1px; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");
function showPopupText(){
var o=event.srcElement;
MouseX=event.x;
MouseY=event.y;
if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""};
if(o.dypop!=sPop) {
sPop=o.dypop;
clearTimeout(curShow);
clearTimeout(tFadeOut);
clearTimeout(tFadeIn);
clearTimeout(tFadeWaiting);
if(sPop==null || sPop=="") {
dypopLayer.innerHTML="";
dypopLayer.style.filter="Alpha()";
dypopLayer.filters.Alpha.opacity=0;
}
else {
if(o.dyclass!=null) popStyle=o.dyclass
else popStyle="cPopText";
curShow=setTimeout("showIt()",tPopWait);
}
}
}

[此贴子已经被作者于2006-4-3 21:58:00编辑过]

搜索更多相关主题的帖子: 脚本 
2006-04-03 21:55
快速回复:脚本发生错误 行 20
数据加载中...
 
   



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

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