<%@ LANGUAGE="VBSCRIPT" %> <% 'If Session("Username") = "" Then Response.Redirect("Password.asp") %> Team Standings
1998 Team Standings

Back to Stats Home Page

<% Set FileObject = Server.CreateObject("Scripting.FileSystemObject") Set FileIn = FileObject.OpenTextFile(Server.MapPath("stand.98")) For I = 1 to 8 TextLine = FileIn.readline Next While NOT FileIn.AtEndOfStream TextLine = FileIn.readline TextLine = REPLACE(TextLine, " ", " ") Response.Write(TextLine & "
") WEnd %>