hvad er der i vejen med dette???
hvad er der i vejen med dette script????jeg får denne fejl melding:
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/tcm/Default.asp, line 54
-------------------Kode Start------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="body.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#000033" topmargin="20">
<table width="794" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="top.jpg" width="794" height="152"></td>
</tr>
<tr>
<td><table width="794" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#333333"> </td>
</tr>
<tr>
<td><table width="794" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="500" valign="top" bgcolor="#666666">
<!--#include virtual="tcm/menu.asp" -->
</td>
<td height="500" valign="top" bgcolor="#666666">
<table width="644" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="400">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="439"> </td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="Headlinecss">10 Newest News</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td class="headline">
<!--#include virtual="dbconn.asp" -->
<%
strSQL = "select 10 from news order by ID DESC"
Set rs = Conn.Execute(strSQL)
Do
Response.Write "<a href=""news/vis_besked.asp?id="&rs("id")&""" class=""headline"">"&rs("overskrift")&"</a><br>"
rs.movenext
Loop while not rs.EOF
%>
<!--#include virtual="dbclose.asp" -->
</td>
</tr>
</table>
</td>
<td width="644"> </td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#333333"> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
-------------------------Kode Slut-------------------------
