Become a London Red Raiders Insider! Member Login coming soon...
Username
Password
LONDON TICKETS
For tickets to any LCSD event contact Ben Mann, Athletic Director at 740.852.5705 ext. 1114 during school hours and thank you for your support!
<%
httphost = Lcase(Request.ServerVariables("HTTP_HOST"))
'strip host name of prefixes, down to domain only
If InStr( (InStr(httphost, ".") + 1), httphost, ".") > 0 Then
'prefix found
httphost = Mid( httphost, (InStr(httphost, ".") + 1), Len(httphost))
End If
Set cmd = Server.CreateObject("ADODB.Command")
Set connection = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
connection.ConnectionString = Application("NativeSQL_ConnectionString")
connection.Open
cmd.ActiveConnection = connection
'Set Cursor options for functionality
connection.CursorLocation = 3
rs.CursorLocation = 3
If Not IsNull(eid) And eid <> "" Then
Else
eid = 0
End If
cmd.CommandText = "SP_PICS_GET_LIST_DSCOMP"
cmd.CommandType = 4
cmd.Parameters(1).Value = httphost
rs.PageSize = 20
rs.Open cmd, ,adOpenStatic
startnbr = 1
If Request.Form.Count > 0 Then
Dim sortstr
sortstr = Request.Form("srtstr")
rs.Sort = sortstr
End If
If Request.Form("direction") = "1" Or IsNull(Request.Form("direction")) Or Request.Form("direction") = "" Then
startnbr = 1
ElseIf Request.Form("direction") = "f" Then
startnbr = Request.Form("startnbr") + 20
Else
startnbr = Request.Form("startnbr") - 20
End If
If Not rs.EOF Then
rs.AbsolutePosition = startnbr
End If
%>
<%
rs.Close
connection.Close
Set connection = Nothing
Set cmd.ActiveConnection = Nothing
Set cmd = Nothing
Set rs = Nothing
%>
Thank you to all of our Local Business
Partners for making LRR.com possible from the London H.S.
Athletic Department!
Thank you to all of our Local
Business Partners for making LRR.com possible from the London
H.S. Athletic Department!
Thank you to all of our Local
Business Partners for making LRR.com possible from the London
H.S. Athletic Department!
ADVERTISERS: Please send your ad changes to edits dosports.us. Type name of business in the subject box. Thank you!
Do Sports web sites! londonredraiders.com, copyright 2007.
This web site and its content is the exclusive property of
the London High School Athletic Department
and is protected by copyright law.