%@ LANGUAGE="VBSCRIPT" %> <% Option Explicit %> <% Response.Buffer = True %> <% Dim m_Member, m_lngMileage ' create a reference to the Member class of the ExAir dll component Set m_Member = Server.CreateObject("ExAir.Member") ' retrieve the mileage for the current user m_lngMileage = m_Member.GetMileage(Application("DSN"), Session("AccountID")) %>
![]() "> ![]() |
Book a Flight using Miles |
![]() |