Beställningsinfo.

<% set rsInf = dbMain.execute("SELECT * FROM CustomPages2") i = 1 do while not(rsInf.eof) %> <%=i%>. " onmouseover="javascript:window.status=':: <%=rsInf("Header")%>';return true;" onmouseout="javascript:window.status='';return true;"><%=rsInf("Header")%>
<% rsInf.movenext i = i + 1 loop rsInf.movefirst %>

<% i = 1 do while not(rsInf.eof) %> ">


<%=i%>. <%=rsInf("Header")%>
<% if rsInf("Picture")<>"" then %> " border=0>
<% end if %> <%=rsInf("Text")%>


<% rsInf.movenext i = i + 1 loop rsInf.close set rsInf = nothing %>
<% dbMain.close set dbMain = nothing %>