%@ LANGUAGE="VBSCRIPT" %>
<%
'If Session("Username") = "" Then Response.Redirect("Password.asp")
%>
Team Standings
2002 Team Standings
<%Set FileObject = Server.CreateObject("Scripting.FileSystemObject")
Set FileIn = FileObject.OpenTextFile(Server.MapPath("stand.88"))
While NOT FileIn.AtEndOfStream
TextLine = FileIn.readline
TextLine = REPLACE(TextLine, " ", " ")
Response.Write("" & TextLine & "
")
WEnd
%>