<%@LANGUAGE="VBscript"%> <% select case Request("task") case "hr": Session("Language") = "hr" case "en": Session("Language") = "en" case "de": Session("Language") = "de" case "it": Session("Language") = "it" case else if Session("Language") = "" then Session("Language") = "en" end select Call OpenDBConnection strSQL = "SELECT last_minute_" & Session("Language") & " as lastMinute FROM tblHotelManora" Dim rsHotelManora Set rsHotelManora = Server.CreateObject("ADODB.Recordset") rsHotelManora.ActiveConnection = Application("CONN") rsHotelManora.Source = strSQL rsHotelManora.CursorType = 0 rsHotelManora.CursorLocation = 2 rsHotelManora.LockType = 1 rsHotelManora.Open() txtLasMinute = rsHotelManora("lastMinute") %> Last minute - Hotel, Restaurant Manora, Nerezine, Mali Lošinj
HOTEL RESTAURANT
MANORA
NEREZINE MALI LOŠINJ
CROATIA
Book now Powered by Booking.com


Kroatien Urlaub

Last minute

<%= txtLasMinute %>