| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 546 人关注过本帖
标题:看看运行后为什么不能显示?
取消只看楼主 加入收藏
无诲今生
Rank: 8Rank: 8
来 自:桂林理工大学
等 级:蝙蝠侠
威 望:2
帖 子:373
专家分:726
注 册:2009-5-11
结帖率:93.48%
收藏
已结贴  问题点数:20 回复次数:1 
看看运行后为什么不能显示?
哪位看看以下的程序为什么运行后什么都不显示?
<html>
<head>
<title>
company objects program
</title>
<script language=javascript>
function Company()
{
,inc.";
services";
}

function Sales()
{
this.territory="north america";
this.sales_reps="50";
}

Sales.prototype=new Company();

function Production()
{
this.facilities="new york chicago,and los angeles";
this.personnel="100";
}

Production.prototype=new Company();
</script>
</head>


<body>


<script language=javascript>

sales_object=new Sales();
document.writeln(sales_);
document.writeln("Producer of"+sales_);
document.write("with"+sales_object.sales_reps+"sales reps");
document.writeln("in"+sales_object.territory);

production_object=new Production();
document.write(production_);
document.writeln("has"+production_object.personnel+"production personnel");
document.write("with facilities in"+production_object.facilities);

<script>


</body>
</html>
搜索更多相关主题的帖子: 运行 
2009-09-23 14:51
无诲今生
Rank: 8Rank: 8
来 自:桂林理工大学
等 级:蝙蝠侠
威 望:2
帖 子:373
专家分:726
注 册:2009-5-11
收藏
得分:0 
晕,我知道哪错了,这<script>应该改为:</script>
我怎么老是范这些低级错误啊!

顺境逆境切莫止境,得意失意切莫在意。
2009-09-23 15:27
快速回复:看看运行后为什么不能显示?
数据加载中...
 
   



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

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