<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%=site_title%>
booking now
 
Booking : confirm checkout
 
 
<% set rs_type=server.CreateObject("adodb.recordset") sql_type="select * from h_roomtype where hotels_id=" &request("id") rs_type.open sql_type,conn,1,3 ' if rs("roomtype_id")<> type1 then while not rs_type.eof type1=rs_type("roomtype_id") %> <% %> <% 'end if ' type1=rs("roomtype_id") %> <% ' set rs=server.CreateObject("adodb.recordset") 'sql="select * from h_payplan where hotels_id=" &request("id") 'rs.open sql,conn,1,3 set rs=server.CreateObject("adodb.recordset") sql="select * from h_prices where roomtype_id=" &type1 rs.open sql,conn,1,3 while not rs.eof %> <% rs.movenext wend rs_type.movenext wend rs_type.close %>
Rates include all taxes and service charges
Room Type: <% response.Write rs_type("type_name") %>        
Period
Single Double Triple Quad
<%=rs("start_date")%> ~ <%=rs("end_Date")%> <% if not rs("single")=0 then response.Write d_currency&rs("single") else response.Write("N/A") end if %> <% if not rs("double")=0 then response.Write d_currency&rs("double") else response.Write("N/A") end if %> <% if not rs("trip")=0 then response.Write d_currency&rs("trip") else response.Write("N/A") end if %> <% if not rs("quad")=0 then response.Write d_currency&rs("quad") else response.Write("N/A") end if %>

<% 'set rs_type1=server.CreateObject("adodb.recordset") 'sql_type1="select * from h_roomtype where hotels_id=" &request("id") 'rs_type1.open sql_type1,conn,1,3 'while not rs_type1.eof %> <% 'rs_type1.movenext 'wend %>
Select your dates:
Checkin Date " readonly>
Checkout Date" readonly>
Select your occupancy:
  Capacity  
   
       
">