<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编辑过]