Discuss,
agree, disagree, read news and more in the brand
new and all heavy metal - Wolf-forum. Knock yourself
out metal maniac! |
|
DATE |
HEADLINE |
REPLIES |
<%Dim objRs
Set objRs = getRecordset("qry_Forum", Array(), adCmdStoredProc)
bBGColor = True
strBGColor = " bgcolor='#F7F7E8'"
objRs.Sort = "Datum DESC"
Do Until objRs.EOF%>
>
<%=Left(objRs.Fields.Item("Datum").Value, 10)%> |
" class="brodtext">
<%=objRs.Fields.Item("Rubrik").Value%> |
<%=objRs.Fields.Item("AntalInlagg").Value%> |
<%bBGColor = Not bBGColor
objRs.MoveNext
Loop
objRs.Close
Set objRs = Nothing%>
|
|
|