<%@ Language=VBScript %> <% ConnectToDB(".") %> <% dim vSection, vParent dim RightBar RightBar = true vSection = Request.QueryString("s") if vSection = "" then vSection = getResult("SELECT TOP 1 ID_MenuItem from tbl_MenuItem Where Site = 1 AND Parent = 0 ORDER BY Rang ASC") else if getResult("SELECT Lien FROM tbl_MenuItem WHERE ID_MenuItem = " & vSection) = "" then vSection = getResult("SELECT TOP 1 ID_MenuItem from tbl_MenuItem Where Site = 1 AND Parent = " & vSection & " ORDER BY Rang ASC") end if end if strSQl = "SELECT * from tbl_MenuItem WHERE ID_MenuItem = " & vSection dim RSD set RSD = Server.CreateObject("ADODB.Recordset") RSD.Open strSQL, CN if not RSD.EOF then vParent = RSD.Fields("Parent") %> Aînés Hébergement - <%=RSD.Fields("Titre")%>
<% if vParent = 0 then %><%=UCase(RSD.Fields("Titre"))%><% else %><%=UCase(getResult("SELECT Titre FROM tbl_MenuItem WHERE iD_MenuItem = " & vParent))%> / <% %><%=UCase(RSD.Fields("Titre"))%><% end if %>
<% dim RSS set RSS = Server.CreateObject("ADODB.Recordset") strSQl = "SELECT * FROM tbl_Section WHERE ID_MenuItem = " & vSection & " AND Display ORDER BY Srang ASC" RSS.Open strSQl, CN %> <% if not RSS.EOF Then %> <% if RSS.Fields("Titre") <> "" then %> &c=<%=RSS.Fields("Color")%>&w=415" style="margin-left: 8px;">
<% end if %> <% RSS.MoveNext end if dim RS2 set RS2 = Server.CreateObject("ADODB.Recordset") IF vSection = 1 then %>

 

La revue L’Indice
La seule revue du marché de l’habitation pour aînés

Description du poste : Conseiller (ère) publicitaire

  • Prospection de nouvelle clientèle d’annonceurs.
  • Assurer un suivi auprès des clients.  
  • Le travail s’effectue à votre résidence.
  • Votre statut est « travailleur (se) autonome ».   
  • Horaire de travail flexible.
  • Vous recevrez toutes les formations et méthodes nécessaires.  
  • Salaire à la commission seulement.

Nous  invitons les personnes de 55 ans et plus à poser leur candidature
Moyen (s) de communication
Téléphone : (514) 644-8314 poste 26
Courriel électronique : jcottenoir@aineshebergement.com

 

 

<% end if do While not RSS.EOF %> <% if RSS.Fields("Titre") <> "" then %> &c=<%=RSS.Fields("Color")%>&w=415" style="margin-left: 8px;">
<% end if %> <% RSS.MoveNext loop end if RSD.Close set RSD = nothing %>