谢谢了,明白了一点点。
代码运行了没反应
<!--
<html><head><title></title>
</head><body>
<form name="form1"><input
name="txt1"
type="text"><input
type="button" value="ShowIt"
onCLick="showIt()"></form><script language=Javascript>function showIt(){
if(document.form1.txt1.value==""){alert("Please Input The Value!");
}else{alert(document.form1.txt1.value);}</script>
</body>
</html>
-->
[此贴子已经被作者于2005-4-19 16:41:10编辑过]