![]() |
Primary Contact: Mailing Address: Phone: Toll Free: Fax: Contact Email:
|
<%
dim yourRecordsShown
yourRecordsShown = 0
Do While yourRecordsShown < 3 And Not newValue.EOF
if newValue("archive_enabled") = true then
yourRecordsShown=yourRecordsShown+1
Response.Write ""
end if
'return the current content to the user...
newValue.MoveNext
Loop
%>
|