<%@LANGUAGE="JAVASCRIPT"%> <% var Recordset1 = Server.CreateObject("ADODB.Recordset"); Recordset1.ActiveConnection = MM_operadorescon_STRING; Recordset1.Source = "SELECT * FROM destinos"; Recordset1.CursorType = 0; Recordset1.CursorLocation = 2; Recordset1.LockType = 3; Recordset1.Open(); var Recordset1_numRows = 0; %> <% var Recordset2__MMColParam = "1"; if(String(Request("MM_EmptyValue")) != "undefined") { Recordset2__MMColParam = String(Request("MM_EmptyValue")); } %> <% var Recordset2 = Server.CreateObject("ADODB.Recordset"); Recordset2.ActiveConnection = MM_operadorescon_STRING; Recordset2.Source = "SELECT * FROM fechas WHERE valor = "+ Recordset2__MMColParam.replace(/'/g, "''") + " ORDER BY precio ASC"; Recordset2.CursorType = 0; Recordset2.CursorLocation = 2; Recordset2.LockType = 3; Recordset2.Open(); var Recordset2_numRows = 0; %> <% var Repeat1__numRows = 5; var Repeat1__index = 0; Recordset2_numRows += Repeat1__numRows; %> <% var MM_paramName = ""; %> <% // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters // create the list of parameters which should not be maintained var MM_removeList = "&index="; if (MM_paramName != "") MM_removeList += "&" + MM_paramName.toLowerCase() + "="; var MM_keepURL="",MM_keepForm="",MM_keepBoth="",MM_keepNone=""; // add the URL parameters to the MM_keepURL string for (var items=new Enumerator(Request.QueryString); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepURL += "&" + items.item() + "=" + Server.URLencode(Request.QueryString(items.item())); } } // add the Form variables to the MM_keepForm string for (var items=new Enumerator(Request.Form); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepForm += "&" + items.item() + "=" + Server.URLencode(Request.Form(items.item())); } } // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL + MM_keepForm; if (MM_keepBoth.length > 0) MM_keepBoth = MM_keepBoth.substring(1); if (MM_keepURL.length > 0) MM_keepURL = MM_keepURL.substring(1); if (MM_keepForm.length > 0) MM_keepForm = MM_keepForm.substring(1); %> VIAJES FELGUERES
  MAS INFORMACION

 Artículos Editoriales

 Viajes Temáticos

 Espectáculos

 HERRAMIENTAS DE VIAJE

 Pasaportes y Visas

 Vacunas y Salud

 Asistencia Mundial
 Mapas en Linea
 Tips de Viaje
 Climas
 Links de Utilidad

 COMPRAS EN LINEA
 Divisas
 Duty Free
 Mapas y Guias

 ACERCA DE

 Viajes Felgueres

 Compras Seguras

 Terminos de uso
 Publicidad
 Contáctenos
 
 
 
 
telefono
 
 

 www.servicont.com

 

bpromo

 
 

 

AERONAVES

     
     
 
   
 

 
ERES ES EL VISITANTE NÚMERO:
Free Counter
 
 
 

 


 

 




Campamentos de verano en España



Descripción: Todos los veranos, 60% de españoles y niños
internacionales participan en clases de inglés, español o alemán,
deportes, actividades y excursiones en nuestros campamentos de verano
en España.
 

Cursos de idiomas en el extranjero



Ofrecemos cursos de idiomas en el extranjero : inglés,
alemán, francés, italiano, chino y otros idiomas.
 

© 2000 VIAJES FELGUERES TODOS LOS DERECHOS RESERVADOS. PROHIBIDO EL USO DEL CONTENIDO QUE AQUI SE ENCUENTRA YA SEA POR MEDIOS CONOCIDOS O DESCONOCIDOS SIN LA AUTORIZACION PREVIA DEL AUTOR

VIAJES FELGUERES SA DE C.V. Mariano Escobedo 710. Col. Anzures 11590 México D.F.
Conmutador: 3003-2400, E-mail: rfelgueres@viajesfelgueres.com.mx

Edición y Publicación: Viajes Felgueres

<% Recordset1.Close(); %> <% Recordset2.Close(); %>