%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Dim CDUpdates
Dim CDUpdates_numRows
Set CDUpdates = Server.CreateObject("ADODB.Recordset")
CDUpdates.ActiveConnection = MM_WebData_STRING
CDUpdates.Source = "SELECT * FROM CDUpdates"
CDUpdates.CursorType = 0
CDUpdates.CursorLocation = 2
CDUpdates.LockType = 1
CDUpdates.Open()
CDUpdates_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
CDUpdates_numRows = CDUpdates_numRows + Repeat1__numRows
%>
The Complete Guide to Financing College and Admissions
The Complete Guide to Financing College and
Admissions
CD-ROM Updates
As web sites or policies change, so will this page. The intent of
this page is to keep you informed of any updates or changes to the
program "The Complete Guide to College Admissions and Financing".
Update
CD/Chapter
Details
<% While ((Repeat1__numRows <> 0) AND (NOT CDUpdates.EOF)) %>
<%If (Repeat1__index Mod 2) Then%>
<%End If%>
<%=(CDUpdates.Fields.Item("UpdateInfo").Value)%>
<%=(CDUpdates.Fields.Item("CDChapter").Value)%>
<%=(CDUpdates.Fields.Item("Details").Value)%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
CDUpdates.MoveNext()
Wend
%>
www.collegeoptions.net
| Copyright 2005-2008 | All Rights Reserved
Website Created by 4g Software, LLC
<%
CDUpdates.Close()
Set CDUpdates = Nothing
%>