<%@LANGUAGE="VBSCRIPT"%> <% Dim CursoAsesoria__MMColParam CursoAsesoria__MMColParam = "Asesoria" If (Request("MM_EmptyValue") <> "") Then CursoAsesoria__MMColParam = Request("MM_EmptyValue") End If %> <% Dim CursoAsesoria Dim CursoAsesoria_numRows Set CursoAsesoria = Server.CreateObject("ADODB.Recordset") CursoAsesoria.ActiveConnection = MM_formaselect_STRING CursoAsesoria.Source = "SELECT * FROM Cursos WHERE Especialidad = '" + Replace(CursoAsesoria__MMColParam, "'", "''") + "'" CursoAsesoria.CursorType = 0 CursoAsesoria.CursorLocation = 2 CursoAsesoria.LockType = 1 CursoAsesoria.Open() CursoAsesoria_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 CursoAsesoria_numRows = CursoAsesoria_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 %> FORMASELECT ESPAÑA S.L.
   

DESARROLLO SOSTENIBLE Y ENERGIAS RENOVABLES
MARKETING Y PUBLICIDAD
ASESORIA Y GESTION DE EMPRESAS
COACHING
 
IDIOMAS
OFIMATICA
DISEÑO / PROGRAMACION
TURISMO
 
DESARROLLO SOSTENIBLE Y ENERGIAS RENOVABLES
   
   
   
     
Cursos Destacados
     
INSTALADOR ELECTRICISTA  
INSTALADOR FONTANERÍA  
INSTALADOR PLACAS SOLARES  
ENERGÍA SOLAR  



PROGRAMAS
<% While ((Repeat1__numRows <> 0) AND (NOT CursoAsesoria.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 CursoAsesoria.MoveNext() Wend %>
 
 
   

EXPERTOS EN LA FORMACIÓN DE DESARROLLO SOSTENIBLE Y ENERGIAS RENOVABLES

ESCUELA DE NEGOCIOS, fiel a su compromiso con ofrecer una formación de postgrado de calidad a la vez que novedosa y actual, FormaSelect ha iniciado una nueva área de conocimiento dentro de su catálogo de formación: el Desarrollo Sostenible.



El Desarrollo Sostenible es el gran reto que se plantea a la humanidad de entender y asumir un proceso de cambio y transición para alcanzar nuevas formas de producir. Este proceso ha de ser dinámico y abierto a las innovaciones, que se adapte a las transformaciones estructurales, que potencie el ingenio humano y que esté comprometido con la evolución de la vida y la perdurabilidad del sistema global.

Así, las áreas trabajo dentro del Desarrollo Sostenible se dirigen en varias direcciones: la gestión sostenible de los municipios, a través de la Agenda 21 Local; la gestión sostenible de las empresas, mediante la Responsabilidad Social Corporativa; y la gestión sostenible de las energías, especialmente en el campo de las Energías Renovables. Este último aspecto está íntimamente relacionado con el Protocolo de Kyoto y sus mecanismos.


Estos diversos aspectos que conforman el Desarrollo Sostenible, requieren un equipo de profesionales en diferentes áreas de conocimiento: el medio ambiente, la tecnología, la comunicación, los recursos humanos. De esta manera, las empresas demandan cada vez más profesionales que provengan de estas áreas y con conocimientos en gestión sostenible.

La trayectoria docente en todos estos campos, así como su experiencia en consultoría empresarial, hace que pueda ofrecer a sus alumnos una formación de especialización e integral en Desarrollo Sostenible, que prepare a profesionales capaces de aportar a las empresas un valor añadido.


NOTICIAS
 
 
 




Cursos y Máster en colaboración
con



EMPRESAS COLABORADORAS
 
ADECCO
TELEFÓNICA
ENDESA
Ayuntamiento de Pozuelo
VER LISTADO EMPRESAS
 
 
HOMOLOGACIONES
 
AEDETP
ANCED
AEFOL
AEFOL
AEFOL
SOBRE LAS ASOCIACIONES
 

C/ Fuencarral 116. 1ª Planta. 28010. MADRID (Metro Bilbao) Tfno: 91 593 15 02 (Información de cursos) Fax: 91 446 2315 Cómo llegar a la Consultora
C/ Sagasta 20. 1ª Planta. 28004. MADRID (Metro Alonso Martínez) Tfno: 91 446 02 00 (Atención a alumnos) Fax: 91 446 2315
Cómo llegar a la Escuela
C/ Antonio Flores 4. 1ª planta. 28004 (Metro Alonso Martinez)- 91 593 15 45
E-mail: informacion@formaselect.com

© Copyright 2003, Formaselect España S.L.- Reservados todos los derechos
Aviso Legal - Política de privacidad de datos - Condiciones generales de contratación
.

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