问代码的时间含义
<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>