Vad e fel med denna kod:
<%Function senderror()%>
<p><font face="Arial" size="2"><b>Du har inte fyllt i följande riktigt</b></font></p>
<%for count = 0 to 2%>
<%if notfilled(count) <> "" then%>
<b><%=notfilled(count)%></b><font face="Arial" size="2"><br>
<%end if%> </font>
<p><a href="javascript:self.history.go(-1)"><font face="Arial" size="2">Var
snäll försök igen</font></a></p>
<%Response.end
End Function %>
Den säger:
Microsoft VBScript compilation error '800a0400'
Expected statement
/messagesend.asp, line 100
End Function senderror
^