IF语句错误,请教
语法错误/index.asp, line 11
elseif time<#19:00:00# and time>=#12:00:00# then strgreeting = "下午好!welcome"
源代码
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>插入ASP代码</title>
</head>
<body bgcolor="#00CCFF">
<%
if time<#12:00:00# and time>=#00:00:00# then strgreeting = "上午好!welcome"
elseif time<#19:00:00# and time>=#12:00:00# then strgreeting = "下午好!welcome"
end if
%>
<%= strgreeting %>
<body>
</body>
</html>