<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% dim waserror,strerror strerror="Please, fill in the field:" waserror=false if request.form("Submit")<>"" then if request.form("name")="" then : strerror=strerror & "\r\n Name" : waserror=true : end if if request.form("lastname")="" then : strerror=strerror & "\r\n Last Name" : waserror=true : end if if request.form("email")="" or inStr(request.form("email"),"@")<1 then : strerror=strerror & "\r\n Email" : waserror=true : end if if waserror=false then server.transfer("contactsend.asp") end if end if %> Golden Star Hotel - Hotels in Hersonissos Hotels in Heraklion Apartments Accommodation
GOLDEN STAR hotel
70014 Analipsis Village
L. Hersonissou, Crete Greece
Tel: +30 28970 25186/25187 Fax: +30 28970 24719
Email: manager@goldenstar.gr
please select language :
Check rates & availability Date
Month
Year
Nights
Rooms
Adults
Children

Contact with Golden Star Hotel

<%if request.querystring("action")="" then %>
Name : "> *
Last Name : "> *
e-mail : "> *
Address, Country : ">
Phone Number : ">
Comments :
"The fields marked with * are required."
 
<% end if if request.querystring("action")="mailsent" then%>
Thank you !
We will contact you as soon as possible.
<%end if if request.querystring("action")="mailerror" then%>
ERROR
There was an error when sending your data.
Please try again later.
<%end if%>