% Dim objQuery Set objQuery = GetDBConn() %>
NJ -> JFK Summary of Reservations - <%=iMonth%>/<%=totDay%>/<%=iYear%> | Page (<%=iiPage%>) As of <%=Date()%> |
No. | Name | Flight# PNR |
Ticket# | NJ > JFK Date |
Location | Phone |
There is no data. |
NJ -> JFK Summary of Reservation - <%=iMonth%>/<%=totDay%>/<%=iYear%> | Page (<%=iiPage%>) As of <%=Date()%> |
No. | Name | Flight# PNR |
Ticket# | NJ > JFK Date |
Location | Phone |
<%=rowNumber%> |
<%=rsList1("name_last")%>, <%=rsList1("name_first")%>
<%
arrFe = funcGetPassengerName(objQuery, rsList1("confirmation_id"))
If IsArray(arrFe) Then
Response.write " " For ix=0 To UBound(arrFe, 2) Response.write "Fellows: " & arrFe(2, ix) & ", "& arrFe(1, ix) &" " Next End IF %> <%=rsList1("email")%> |
<%=rsList1("d_flight")%> <%=rsList1("pnr")%> |
<%=rsList1("ticket_number")%> | <%=rsList1("depart_date")%> | <%=rsList1("d_air_1")%> >> <%=rsList1("d_air_2")%> |
<%=rsList1("phone")%> |
Continued Next Page >> |
NJ -> JFK Summary of Reservation - <%=iMonth%>/<%=totDay%>/<%=iYear%> | Page (<%=iiPage%>) As of <%=Date()%> |
No. | Name | Flight# PNR |
Ticket# | NJ > JFK Date |
Location | Phone |
Total <%=rowNumber-1%> Row(s) Result |
JFK -> NJ Summary of Reservation - <%=iMonth%>/<%=totDay%>/<%=iYear%> | Page (<%=iiPage%>) As of <%=Date()%> |
No. | Name | Flight# PNR |
Ticket# | NJ > JFK Date |
Location | Phone |
There is no data. |
JFK -> NJ Summary of Reservation - <%=iMonth%>/<%=totDay%>/<%=iYear%> | Page (<%=iiPage%>) As of <%=Date()%> |
No. | Name | Flight# PNR |
Ticket# | JFK > NJ Date |
Location | Phone |
<%=rowNumber%> |
<%=rsList2("name_last")%>, <%=rsList2("name_first")%>
<%
arrFe = funcGetPassengerName(objQuery, rsList2("confirmation_id"))
If IsArray(arrFe) Then
Response.write " " For ix=0 To UBound(arrFe, 2) Response.write "Fellows: " & arrFe(2, ix) & ", "& arrFe(1, ix) &" " Next End IF %> <%=rsList2("email")%> |
<%=rsList2("r_flight")%> <%=rsList2("pnr")%> |
<%=rsList2("ticket_number")%> | <%=rsList2("return_date")%> | <%=rsList2("r_air_1")%> >> <%=rsList2("r_air_2")%> |
<%=rsList2("phone")%> |
Continued Next Page >> |
JFK -> NJ Summary of Reservation - <%=iMonth%>/<%=totDay%>/<%=iYear%> | Page (<%=iiPage%>) As of <%=Date()%> |
No. | Name | Flight# PNR |
Ticket# | JFK > NJ Date |
Location | Phone |
Total <%=rowNumber-1%> Row(s) Result |