<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% response.buffer=true %> <% Dim Recordset1 Dim Recordset1_cmd Dim Recordset1_numRows Set Recordset1_cmd = Server.CreateObject ("ADODB.Command") Recordset1_cmd.ActiveConnection = MM_a1florida_mysql_STRING Recordset1_cmd.CommandText = "SELECT * FROM rates" Recordset1_cmd.Prepared = true Set Recordset1 = Recordset1_cmd.Execute Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %> Rental Rates <% While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 Recordset1.MoveNext() Wend %>
Dates available all year round!
Personal Currency Assistant
Rates in US Dollars
<%=(Recordset1.Fields.Item("period").Value)%>
<%=(Recordset1.Fields.Item("tariff").Value)%>
All prices include taxes
Discounts given for 3 weeks or more!
Note: Until confirmed, rates are subject to change without notice.
* $ US Dollars and £ Sterling accepted
<% Recordset1.Close() Set Recordset1 = Nothing %>