<%@LANGUAGE="VBSCRIPT"%> <% Dim rsRiepilogo Dim rsRiepilogo_numRows Set rsRiepilogo = Server.CreateObject("ADODB.Recordset") rsRiepilogo.ActiveConnection = MM_connPrenotaWebEN_STRING rsRiepilogo.Source = "SELECT * FROM qry01selRiepilogo" rsRiepilogo.CursorType = 0 rsRiepilogo.CursorLocation = 2 rsRiepilogo.LockType = 1 rsRiepilogo.Open() rsRiepilogo_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsRiepilogo_numRows = rsRiepilogo_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Hotel or restaurant in San Marino Republic? Hotel Cesare


( versione italiana )
<% If Not rsRiepilogo.EOF Or Not rsRiepilogo.BOF Then %>

HOTEL CESARE
****
SPECIAL OFFER & LAST MINUTE

<% While ((Repeat1__numRows <> 0) AND (NOT rsRiepilogo.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsRiepilogo.MoveNext() Wend %>
"><%=(rsRiepilogo.Fields.Item("Desc01").Value)%> <%=(rsRiepilogo.Fields.Item("Desc03").Value)%>
<%=(rsRiepilogo.Fields.Item("Desc02").Value)%>


The prices displayed may vary for conferences and events.
<% End If ' end Not rsRiepilogo.EOF Or NOT rsRiepilogo.BOF %>
<% If rsRiepilogo.EOF And rsRiepilogo.BOF Then %>

HOTEL CESARE
****

Via Salita alla Rocca, 7
47890 San Marino
Repubblica di San Marino

Tel. 0549 992355 (2 linee r.a.)
Fax 0549 992630 (2 linee r.a.)

International phone number
Tel. +378 (0549) 992355
Fax +378 (0549) 992630



The prices displayed may vary for conferences and events.
<% End If ' end rsRiepilogo.EOF And rsRiepilogo.BOF %>

Monica Mussoni Arte&Sviluppo by RaMstudio
& StudioPasquali [ nice to net you ] © 2000

<% rsRiepilogo.Close() Set rsRiepilogo = Nothing %>