What's New...
<% if intRecordCount <> 0 then Response.Write("- ")
do while not oRecordset.EOF
Response.Write("
- ")
Response.Write("" & oRecordset("Title") & "
") Response.Write("") Response.Write("Posted By:" & oRecordset("DisplayName")) Response.Write(" | Date Posted: " & FormatTheDate(oRecordset("DateEntered"),"%d-%b-%Y") & "
") Response.Write(oRecordset("Summary") & "
") Response.Write("[Read more]") if session("loggedIn") = true then Response.Write(" | [Edit Article]") end if Response.Write(" ")
oRecordset.MoveNext
loop
Response.Write("
There is no news available. Try again later
") if session("loggedIn") = true then Response.Write("Click here to administer news.") end if end if %> <% If Err <> 0 Then response.clear() %> <% end if %>








