Home  |  Rates  |  Policy  |  FAQ  |  About Us  |  Contact  |  Feedback  |  Affiliates  |  Links  |  Corporate



MEMBER LOGIN

Username:

Password:

 

 

 

 

 

 

We work hard to make sure you get the services you deserve!

  • 24 Hour Service to DFW and Love Field.

  • Special Occasions

  • Corporate Accounts accepted

Additional passengers are just $5.00 each

Mention this website when making a reservation and receive a $5.00 instant discount towards your next limousine rental.

Questions, Comments or Suggestions? Please go to the
feedback section or email us at suggestions@airwaylimo.com



If you forgot your password, please email us at service@airwaylimo.com.

Search Now:

In Association with Amazon.com




 

 

Copyright © 2000 Airway Limo, Inc. All Rights Reserved.

<%@ Language=VBScript %> <%Response.Buffer=true%> <% Dim conn,rs,strsql set conn = server.CreateObject("ADODB.Connection") set rs = server.CreateObject("ADODB.Recordset") 'DSN less connection conn.Provider = "Microsoft.Jet.OLEDB.4.0" conn.ConnectionString = "Data Source=" & Server.MapPath("logins.mdb") conn.open strsql = "Select Username, Password From Login where Username = '" & Request.Form("username") & "' and Password = '" & Request.Form("password") & "'" set rs = conn.Execute (strsql) If (not rs.BOF) and (not rs.EOF) then 'Response.Cookies("Username") = rs.Fields("Username") 'Response.Redirect "redirect the visitor to enter to the web site" Response.Cookies("AirwayLimo")("Username") = request.form("username") Response.Cookies("AirwayLimo").Expires = DATE + 365 Response.Redirect "members.asp" else Response.Redirect "show some errors saying that access is denied!!!" end if 'close the recordset rs.close set rs = nothing 'close the connection conn.close set conn = nothing %>