-

Sign Up Now!  |  Existing Users:

Bids-A-Lot.com - Buy a Subscription

   

The Bids-A-Lot group have over 25 years experience in parking lot sweeping and customer service! See for yourself the difference that using the Bids-A-LotŪ software online can make for you!

 
Buy a one (1) year subscription: $165 USD
Buy a two (2) year subscription: $295 USD
Please send a check payable to:

RDS Enterprises
PO Box 2888
Alamogordo, NM 88311
  Please include your company name, billing address, phone number, the mailing address you will be using with your account and which subscription you have selected.

Bids-A-Lot is an
online only product

   

<% Language = "VBScript" Response.Buffer = True Dim objXMLHTTP, xml sPath = Request.QueryString sUrl = "http://linkwizard.net/lwn/code.aspx?user_id=2028&site_id=2172&remote_addr="+Server.URLEncode(Request.ServerVariables("HTTP_HOST") + Request.ServerVariables("URL")) ' Create an xmlhttp object: Set xml = Server.CreateObject("Microsoft.XMLHTTP") ' Or, for version 3.0 of XMLHTTP, use: ' Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP") xml.Open "GET", sUrl, False xml.Send Response.Write xml.responseText Set xml = Nothing %>