<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> HOTEL Castelletto
Il Castelletto - Hotel | Ristorante | Discoteca

»Home page   »Hotel   »Booking
<%if (Request("mode")!= "SEND"){%>
Do you want to ask for some information by e- mail?
Fill in the form to know availability and you will receive all the answers you need directly to your e- mail address!
Fill in the compulsory gaps (*) in the following form and you will receive an answer by e- mail as soon as possible.
If this answer satisfies your exigencies, you will be able to confirm your booking respecting the written term.



<%}%> <%if (Request("mode")!= "SEND"){%> PERSONAL INFORMATION

Surname (*)
Name (*)
Email (*)
Confirm Email (*)
Fax number

INFORMATION ABOUT YOUR RESERVATION

Check-in(*)
Check-out (*)
Adults (*)
Accomodation (*) Number (*)
Accomodation (*) Number (*)
Accomodation (*) Number (*)
Special request
send cancel

I authorize the use of my personal data in compliance with the Italian law 675/96(*)
The data collected here are used solely to meet the needs of the requested service. This information may be used only by the personnel responsible for this activity and only divulged within the scope and purposes of the service provided.

<%}else{ var szName = Request("name"); var szSurname = Request("surname"); var szEmail = Request("email"); var szFax = Request("fax"); var szDay1 = Request("dc1"); var szDay2 = Request("dc2"); var szAdulti = Request("adulti"); var szTipo1 = Request("t1"); var szTipo2 = Request("t2"); var szTipo3 = Request("t3"); var szQu1 = Request("q1"); var szQu2 = Request("q2"); var szQu3 = Request("q3"); var szBody = Request("note"); var szText = ""; szText += "nome: " + szName + "\n\r"; szText += "cognome: " + szSurname + "\n\r"; szText += "e-mail: " + szEmail + "\n\r"; szText += "fax: " + szFax + "\n\r"; szText += "da data: " + szDay1 + "\n\r"; szText += "a data: " + szDay2 + "\n\r"; szText += "persone: " + szAdulti + "\n\r"; szText += "1 tipo alloggio: " +szTipo1 + " "; szText += " quantità: " + szQu1 + "\n\r"; if (!CheckEmptyValue(szTipo2)){ szText += "2 tipo alloggio: " + szTipo2 + " "; szText += " quantità: " + szQu2 + "\n\r"; } if (!CheckEmptyValue(szTipo3)){ szText += "3 tipo alloggio: " + szTipo3 + " "; szText += " quantità: " + szQu3 + "\n\r"; } szText += "Note: " + szBody + "\n\r"; SendMail(szEmail, "hotel@ilcastelletto.com","Prenotazione dal sito www.ilcastelletto.com",szText); //SendMail(szEmail, "millo@floorfour.com","Prenotazione dal sito www.ilcastelletto.com",szText); %>


Nel ringraziarla per la preferenza accordataci, la informiamo che sarà nostra premura dar seguito alla sua richiesta al più presto!



I authorize the use of my personal data in compliance with the Italian law 675/96(*)
The data collected here are used solely to meet the needs of the requested service. This information may be used only by the personnel responsible for this activity and only divulged within the scope and purposes of the service provided.



<%}%>