| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 829 人关注过本帖
标题:熟悉的同学给看看,有人会吗?
取消只看楼主 加入收藏
zmxfirst
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2006-7-14
收藏
 问题点数:0 回复次数:3 
熟悉的同学给看看,有人会吗?

<SCRIPT language=JavaScript>
var feature_name=100;
var feature_point=100;
document.write("<body>")
document.write("<TABLE cellSpacing=3 cellPadding=2 align=center border=0>");
document.write("<tr>")
document.write("<td>")
document.write("<a herf='http://www.frontfree.net/'>"+feature_name+"</a>")
document.write("</td>")
document.write("<td>")
document.write("<IMG src='images/Company.gif' onClick=alert(feature_point)>");
document.write("</td>")
document.write("</tr>")
document.write("</TABLE>")
ducument.write("</body>")
</SCRIPT>
这段代码为什么不能弹出feature_point的值

[此贴子已经被作者于2006-7-14 16:36:46编辑过]

搜索更多相关主题的帖子: document write feature 同学 
2006-07-14 13:23
zmxfirst
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2006-7-14
收藏
得分:0 

为什么弹的不是"100"

2006-07-14 14:08
zmxfirst
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2006-7-14
收藏
得分:0 
谁有相关的例子
2006-07-14 14:09
zmxfirst
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2006-7-14
收藏
得分:0 

<SCRIPT language=JavaScript>
var feature_name=100;
var feature_point=100;
function test() {
document.write("<body>")
document.write("<TABLE cellSpacing=3 cellPadding=2 align=center border=0>");
document.write("<tr>")
document.write("<td>")
document.write("<a herf='" target=_blank>http://www.frontfree.net/'>;"+feature_name+"</a>")
document.write("</td>")
document.write("<td>")
document.write("<IMG src='images/Company.gif' onClick=alert(feature_point)>");
document.write("</td>")
document.write("</tr>")
document.write("</TABLE>")
ducument.write("</body>")
}
</SCRIPT>
<body>

<input type="submit" value="search" onClick="test">

</body>
</html> 原文是这样的,

[此贴子已经被作者于2006-7-14 14:30:10编辑过]

2006-07-14 14:28
快速回复:熟悉的同学给看看,有人会吗?
数据加载中...
 
   



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

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