<% sql = "select name, mail, homepage, mitteilung, erstellung, id from guestbook order by id desc" set rs = db.Execute(sql) while not rs.eof count = count +1 if count>s and count<=(s+10) then name = rs("name") mail = rs("mail") homepage = rs("homepage") if len(mail)>1 then mail = "" & mail & "" end if if len(homepage)>1 then if left(homepage,7)<>"http://" then homepage = "http://" & homepage homepage = "" & homepage & "" end if %>
<% nummer = nummer -1 end if rs.movenext wend db.Close set db=Nothing set rs=Nothing %> |
|||||||||||