晕了,找不出什么错误。
<html>
<head>
</head>
<script language="javascript">
function submit02()
{
if(document.acc01.s_end.value == null || document.acc01.s_end.value == "")
{
alert("aaaaaaaaaaaaa") ;
return false ;
}
}
</script>
<body>
<FORM name="acc01">
<select name="s_end" style="width:12em">
</select>
<input type=submit onclick="submit02()">
</form>
</body>
</html>
错误:
行8:无效的字符。
submit时:行17:缺少对象
到底是什么错误???