Jeg kan ikke få dette til at virke !!
Hvis jeg ikke har præcis 3 eller 6 billeder kommer den med
følgende fejl.
Er der en som har en bedre løsning
TAK
-----------------------------------------------------------------
-
ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been
deleted. Requested operation requires a current record
-----------------------------------------------------------------
--
<table cellspacing="0" cellpadding="0" border="0" width="506">
<tr>
<td class="darkgray" align="left" height="18" width="10"><img
src="img/module/blank.gif" height="1" width="1" border="0"
alt=""></td>
<td colspan="5" class="darkgray" align="left" height="18">Klik på
billedet for at se detaljeret view</td>
<td class="darkgray" align="left" height="18" width="10"><img
src="img/module/blank.gif" height="1" width="1" border="0"
alt=""></td>
</tr>
<% dim LineCount
LineCount = 0 %>
<%
do while not rs.eof
%>
<% If LineCount = 0 Then %>
<tr>
<td align="center" valign="middle" height="100"
width="10"><%Response.Write LineCount%><img
src="img/module/blank.gif" height="1" width="1" border="0"
alt=""></td>
<td align="center" valign="middle" height="100" width="150"><a
href="showforslag.asp?id=<%=rs("id")%>"><img src=<%=rs("url")%>
width=120 border=1></a></td>
<% LineCount = 1
rs.movenext
end if
%>
<% if lineCount = 1 Then
%>
<td align="center" valign="middle" height="100"
width="18"><%Response.Write LineCount%><img
src="img/module/blank.gif" height="1" width="1" border="0"
alt=""></td>
<td align="center" valign="middle" height="100" width="150"><a
href="showforslag.asp?id=<%=rs("id")%>"><img src=<%=rs("url")%>
width=120 border=1></a></td>
<% LineCount = 2
rs.movenext
end if
%>
<% if lineCount = 2 Then %>
<td align="center" valign="middle" height="100"
width="18"><%Response.Write LineCount%><img
src="img/module/blank.gif" height="1" width="1" border="0"
alt=""></td>
<td align="center" valign="middle" height="100" width="150"><a
href="showforslag.asp?id=<%=rs("id")%>"><img src=<%=rs("url")%>
width=120 border=1></a></td>
<td align="center" valign="middle" height="100" width="10"><img
src="img/module/blank.gif" height="1" width="1" border="0"
alt=""></td>
</tr>
<%
LineCount = 0
end if
rs.movenext
loop
%>
</table>
<%
rs.Close
Set rs = Nothing
Conn.Close
Set Conn = Nothing
end if %>
--
Vil du lære at kode HTML, XHTML, CSS, SSI eller ASP?
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials