标题:熟悉的同学给看看,有人会吗?
取消只看楼主
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



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




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

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