<%@ LANGUAGE="JSCRIPT" %> <% /*==========================================================================*/ // File: news_start.asp // Author: (c) Marco Zierl Jan 2002 // Contact: mzierl@web.de // // Genaue Beschreibung siehe Internet Professionell Heft 4/2002 // Heftbestellung: www.vnunet.de /*==========================================================================*/ connection.Open (connection_string); var recordset = connection.Execute("SELECT * FROM news WHERE online=True AND news=False ORDER BY datum DESC"); %> RC - MICRO - RACING
<% if(recordset.EOF){ %> <% } while(! recordset.EOF){ %> <% recordset.MoveNext(); } %>
Es sind noch keine Artikel im Archiv.
<%= recordset("datum") %>

"> <%= convertum(new String(recordset("headline"))) %>
<%= convertum(new String(recordset("abstract"))) %>

<% connection.Close(); %>