标题:【求助】大侠,帮我看看这段javaScript代码
取消只看楼主
daliboy
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2004-10-1
 问题点数:0 回复次数:2 
【求助】大侠,帮我看看这段javaScript代码
Script language="JavaScript">
function createSummary(){
   win2=open("","window2")
   win2.document.open("text/plain")
   win2.document.writeln("Title: "+document.title)
   win2.document.writeln("Links: "+document.links.length)
   win2.document.writeln("anchors: "+document.anchors.length)
   win2.document.writeln("forms: "+document.forms.length)
   win2.document.writeln("images: "+document.images.length)
   win2.document.writeln("applets: "+document.applets.length)
   win2.document.writeln("embeds: "+document.embeds.length)
   win2.document.close()
}
</script>
调试时,总提示win2.document.open("text/plain")少对象,为什么?谢谢指教!
搜索更多相关主题的帖子: document javaScript length writeln 
2004-10-01 20:45
daliboy
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2004-10-1
得分:0 

text/plain 我也不知道的,菜菜鸟而已,哈哈 这段代码的功能是在当前窗口的基础上创建一个新窗口,该新窗口统计原来窗口具有的一些属性而已。

2004-10-02 00:19
daliboy
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2004-10-1
得分:0 
搞定了,谢谢关注!!!
原来是浏览器的问题,我一直用tencent调试的,后来经朋友点拨,改用ie6.0就没问题了,真是虚惊一场。
2004-10-02 00:42



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-5941-1-1.html




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

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