loop without do
Får denne besked, når jeg klikker på mit link:Error Type:
Microsoft VBScript compilation (0x800A040E)
'loop' without 'do'
/dagbog/dagbog_main.asp, line 75
loop
Her er min kode:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="Microsoft Border" content="none">
<meta name="Design" content="CR | Designs">
<meta name="Webmaster" content="webmaster@absolutelets80s.dk">
<title>main</title>
<style>
a:link { color: #FAB10D; text-decoration: none; }
a:visited { color: #FAB10D; text-decoration: none; }
a:active { color: #FAB10D; text-decoration: none; }
a:hover { color: #FAB10D; text-decoration: underline; }
</style>
</head>
<body bgcolor="#29224E" text="#FFFFFF">
<table border="0" cellspacing="0" width="700" height="75">
<tr>
<td width="100%" background="../images/banner.jpg"><table border="0" cellspacing="0"
width="100%">
<tr>
<td width="50%"><img src="../images/fugl.gif" alt="fugl038.gif (19001 bytes)" width="64"
height="100"></td>
<td width="50%"><table border="0" cellspacing="0" width="100%">
<tr>
<td width="33%"></td>
<td width="33%"></td>
<td width="34%"><img src="../images/slange.gif" alt="dyrbla042.gif (4257 bytes)"
width="90" height="50"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" width="700">
<tr>
<td width="100%"><table align="center" width="100%" border="0">
<tr>
<td align="center" class="stor"><b>Dagbog</b></td>
</tr>
</table>
<p> </p>
<table align="center" width="302" border="1" bordercolordark="#000000"
bordercolorlight="#FFFFFF">
<tr>
<td align="center"><table cellspacing="2" cellpadding="0" border="0" width="300">
<tr>
<td class="fed">Navn:</td>
<td><%=rs("name")%>
</td>
</tr>
<tr>
<td class="fed">Dato:</td>
<td><%=rs("tagdato")%>
</td>
</tr>
<tr>
<td class="fed" valign="top">Tekst:</td>
<td><%=rs("text")%>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p><br>
<%
rs.MoveNext
loop
myConn.Close
Set myConn = Nothing
%> </td>
</tr>
</table>
</body>
</html>
Hvad skal jeg gøre for at det virker ?