- From: <enews@naos.com>
 - Date: Wed, 17 Oct 2001 20:43:48 +0100 (WET DST)
 - To: www-xml-linking-comments@w3.org
 - Message-ID: <24610252.1003344176981.JavaMail.root@blackbird>
 
<HTML>
<HEAD>
<TITLE>Enews, la solution pour vos lettres d'information par email</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.Texte {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none; color: #000000; }
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FE6500; text-decoration: underline; font-weight: bold}
.TexteOrange { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FE6500}
.TexteBleu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #87AADA; line-height: 18pt}
.TexteBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #062875 ; font-weight: bold}
.TexteOrangePetitIt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FE6500 ; font-style: italic}
.TexteBleuPetitIt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #9999CC; font-style: italic}
.TitreBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #062875 ; font-weight: bold }
.TexteOrangeBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FE6500 ; font-weight: bold}
.TexteBleuBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; font-weight: bold}
.TexteNoir { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.TexteGris { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666}
.TexteBlancBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; font-weight: normal}
.TexteVioline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #9999CC; font-weight: normal}
.TexteNoirBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: bold }
.violineBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #9999CC; font-weight: bold }
.violineActif { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #5A5AAD; font-weight: bold ; font-style: italic}
.TexteNoirPetitIt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-style: italic }
-->
</style>
<script language="javascript">
<!--
function isEmpty(inputStr)
{
    if (inputStr == "" || inputStr == null) return true ;
    return false
}
function select(field)
{
    field.focus()
    field.select()
}
function checkEmail(Email)
{
   var texte = Email.split("@")
   var texteLength = texte.length
   var Flag = 0
   if ( texteLength == 2 && !isEmpty(texte[0]) && !isEmpty(texte[1]))
   {
       var texte2 = texte[1].split(".")  ;
       var texte2Length = texte2.length  ;
	   for ( var i = 0; i<=texte2Length - 1 ; i++)
       		if (isEmpty(texte2[i])) Flag = 1 ;
	   if (texte2Length >= 2 && Flag == 0) return false
	   else return true ;
   }
   else return true ;
}
function checkForm()
{
    if (isEmpty(document.form.Nom.value))
    {
	   alert("CHAMP OBLIGATOIRE : ENTRER VOTRE NOM S.V.P.")  ;
	   select(document.form.Nom) ;
	   return false ;
    }
    if (isEmpty(document.form.Prenom.value))
    {
	   alert("CHAMP OBLIGATOIRE : ENTRER VOTRE PRENOM S.V.P.")  ;
	   select(document.form.Prenom) ;
	   return false ;
    }
    if (isEmpty(document.form.Societe.value))
    {
	   alert("CHAMP OBLIGATOIRE : ENTRER VOTRE SOCIETE S.V.P.")  ;
	   select(document.form.Societe) ;
	   return false ;
    }
    if (isEmpty(document.form.Telephone.value))
    {
	   alert("CHAMP OBLIGATOIRE : ENTRER VOTRE TELEPHONE S.V.P.")  ;
	   select(document.form.Telephone) ;
	   return false ;
    }
    if (checkEmail(document.form.Email.value))
    {
	   alert("VOTRE EMAIL N'EST PAS VALIDE.") ;
	   select(document.form.Email) ;
	   return false ;
    }
	if (isEmpty(document.form.Adresse.value))
    {
	   alert("CHAMP OBLIGATOIRE : ENTRER VOTRE ADRESSE S.V.P") ;
	   select(document.form.Adresse) ;
	   return false ;
    }
   if (isEmpty(document.form.CodePostal.value))
    {
	   alert("CHAMP OBLIGATOIRE : ENTRER VOTRE CODE POSTAL S.V.P") ;
	   select(document.form.CodePostal) ;
	   return false ;
    }
   if (isEmpty(document.form.Ville.value))
    {
	   alert("CHAMP OBLIGATOIRE : ENTRER VOTRE VILLE S.V.P") ;
	   select(document.form.Ville) ;
	   return false ;
    }		
    else
    {
	   go()  ;
	   return true ;
    }
    return false ;
}
function go()
{
    makeNewWindow() ;
    document.form.target = "Email" ;
}
var newWindow = null  ;
function makeNewWindow()
{
    if (!newWindow || newWindow.closed)
    	newWindow = window.open("","Email","width=239,height=300")
    else
    	newWindow.focus()
}
//-->
</script>
</HEAD>
<BODY BGCOLOR=#FFFFFF leftmargin="0" topmargin="5" marginwidth="0" marginheight="5" alink="#9999CC">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr> 
    <td width="1%"><img src="espaceur.gif" width="10" height="1"></td>
    <td valign="top" width="99%"> 
      <table border=0 cellpadding=0 cellspacing=0 width="100%">
        <tr> 
          <td height=21 align=left valign=middle class="TexteOrangePetitIt"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="164"><img src="enews.gif" width=164 height=37></td>
                <td valign="bottom"> 
                  <p align="right" class="TexteOrangePetitIt">Enews™, la 
                    lettre du<br>
                    <span class="TexteOrangePetitIt" style="font-weight:bold">mercredi 17 octobre 2001</span></p>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td height=21 align=left valign=middle bgcolor=#DADAE5 class="TexteNoirBold">  La 
            solution pour vos lettres d'information par email</td>
        </tr>
        <tr> 
          <td height="85" align=left valign=bottom> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="362" height="2"><img src="liseretV-img.gif" width="362" height="2"><spacer type="block" width="" height="2"></td>
                <td height="2"><spacer type="block" width="" height="2"></td>
              </tr>
              <tr> 
                <td width="362"><img src="entete.jpg" width="362" height="83"></td>
                <td background="liseretH.gif" valign="middle" class="Texte"> <span class="TexteNoirBold">Au 
                  sommaire :</span><br>
                  --> Dossier spécial : <a href="#un">Quel format pour 
                  votre lettre d'information ?</a><br>
                  --> <a href="#deux">Nouveau site Internet</a><br>
                  --> <a href="#trois">Vous souhaitez être contacté(e)...</a></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="164" background="liseretV.gif"> </td>
          <td> </td>
        </tr>
        <tr> 
          <td width="164" background="liseretV.gif"> </td>
          <td class="TexteNoir"> 
            <table width="97%" border="0" cellspacing="0" cellpadding="10">
              <tr> 
                <td class="TexteNoir"> 
                  <p align="justify" style="font-style:italic">Cet email vous 
                    est adressé soit parce que nous avons visité 
                    votre site et y avons trouvé vos coordonnées 
                    que vous tenez à la disposition du public, soit parce 
                    que nous avons été en contact pour des raisons 
                    professionnelles.</p>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td background="liseretV.gif" valign="top" class="TexteOrangeBold" align="center"><spacer type="block" width="" height="1"></td>
          <td bgcolor="#DADAE5"><spacer type="block" width="" height="1"></td>
        </tr>
        <tr> 
          <td width="164" background="liseretV.gif"><img src="liseretV.gif" width="164" height="8"></td>
          <td> </td>
        </tr>
        <tr> 
          <td width="164" background="liseretV.gif" valign="top" align="center"> 
            <p class="TexteOrangeBold"> </p>
          </td>
          <td valign="top"> 
            <table width="97%" border="0" cellspacing="0" cellpadding="10" class="TitreBold">
              <tr> 
                <td class="TexteNoirBold" style="font-weight:normal" align="left" width="94%" valign="middle" bgcolor="#FFFFFF"> 
                  <p align="JUSTIFY">Bien que récent, l'email est un support 
                    de communication, de plus en plus utilisé, qui présente 
                    des avantages considérables et notamment en terme de 
                    marketing.<br>
                    Son application dans la stratégie de communication 
                    de l'entreprise nécessite néanmoins des connaissances 
                    et des compétences qui vous amèneront probablement 
                    à vous rapprocher de spécialistes et experts 
                    en la matière.</p>
                  <p align="JUSTIFY" class="TexteNoirBold">Aussi, nous avons décidé 
                    de vous faire découvrir, dans notre lettre d'information, 
                    certains aspects techniques et pratiques qui vous aideront 
                    sans aucun doute à mener au mieux vos projets de communication 
                    par email.</p>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td background="liseretV.gif" valign="top" class="TexteOrangeBold" align="center"><a name="un"></a><spacer type="block" width="" height="1"></td>
          <td bgcolor="#DADAE5"><spacer type="block" width="" height="1"></td>
        </tr>
        <tr bgcolor="#FFF0E1"> 
          <td width="164" align="center" class="TexteOrangeBold" valign="top"> 
            <table width="97%" border="0" cellspacing="0" cellpadding="10" class="TitreBold">
              <tr> 
                <td class="TexteOrangeBold" align="right" width="94%" valign="top"> 
                  <p>D O S S I E R<br>
                    <br>
                    S P E C I A L</p>
                  <p class="TexteNoirBold">octobre 2001</p>
                  </td>
              </tr>
            </table>
            
          </td>
          <td> 
            <table width="97%" border="0" cellspacing="0" cellpadding="10" class="TitreBold">
              <tr> 
                <td class="TexteOrangeBold" align="left" width="94%" valign="middle">Quel 
                  format pour votre lettre d'information ?</td>
              </tr>
              <tr> 
                <td class="TexteNoirBold" style="font-weight:normal" align="left" width="94%" valign="middle"> 
                  <p align="JUSTIFY">Dans votre projet d'Emarketing vous êtes, 
                    ou peut-être l'avez-vous déjà été, 
                    amené à vous poser la question sur la forme 
                    et l'ergonomie du message que vous souhaitez diffuser. L'email 
                    est un support qui vous permet de diffuser des formats différents, 
                    du plus simplifié au plus complexe. Vous pouvez opter 
                    pour l'un d'entre eux ou bien les utiliser simultanément. 
                    Nous allons ici les passer en revue en précisant à 
                    chaque fois les avantages et les inconvénients. Vous 
                    serez alors à même de choisir le format de votre 
                    lettre d'information en conjuguant les possibilités 
                    techniques à vos objectifs de communication.</p>
                  <p align="JUSTIFY"><a href="http://www.envoyermonmailing.com/Actualite/sujet-format.html"><span class="TexteOrangeBold">--> 
                    La suite du dossier...cliquez ici</span></a></p>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td background="liseretV.gif" valign="top" class="TexteOrangeBold" align="center"><a name="deux"></a><spacer type="block" width="" height="1"></td>
          <td bgcolor="#DADAE5"><spacer type="block" width="" height="1"></td>
        </tr>
        <tr> 
          <td width="164" background="liseretV.gif" valign="top" class="TexteOrangeBold" align="right">
            <table width="97%" border="0" cellspacing="0" cellpadding="10" height="90">
              <tr> 
                <td class="TexteOrangeBold" align="right" width="94%" valign="middle"> 
                  <p><b>E N E W S ™<br>
                    N E W   L O O K !<br>
                    </b></p>
                  </td>
              </tr>
            </table>
            
          </td>
          <td valign="middle"> 
            <table width="97%" border="0" cellspacing="0" cellpadding="10" height="110">
              <tr> 
                <td class="Texte" align="left" valign="middle" bgcolor="#FFFFFF"> 
                  <p align="justify" class="TexteNoirBold">Visitez notre nouveau 
                    site Internet - <a href="http://www.envoyermonmailing.com"><span class="TexteOrangeBold">www.envoyermonmailing.com</span></a><span class="Texte" style="font-weight:normal"><br>
                    Une présentation compléte du service à 
                    travers 4 rubriques pour comprendre combien ENEWS<b>™</b> 
                    vous permet de mener en toute sérénité 
                    votre communication globale et évènementielle 
                    par email. </span></p>
                  <!--
				  <p align="justify"><span class="TexteNoirBold">Naviguez, par 
                    exemple, dans notre rubrique : L'offre et le service Enews™ 
                    </span>et découvrez :</p>
                  <p>--> <a href="http://www.envoyermonmailing.com/Offre-Services/presentation.html">Qu'est-ce 
                    qu'ENEWS™</a><br>
                    --> <a href="http://www.envoyermonmailing.com/Offre-Services/detailService.html">Les 
                    services ENEWS™</a><br>
                    --> <a href="http://www.envoyermonmailing.com/Offre-Services/avantages.html">Les 
                    avantages</a><br>
                    --> <a href="http://www.envoyermonmailing.com/Offre-Services/demo.html">Démo 
                    on line</a><br>
                    --> <a href="http://www.envoyermonmailing.com/Offre-Services/infosTech.html">Informations 
                    techniques</a><br>
                    --> <a href="http://www.envoyermonmailing.com/Offre-Services/realisations.html">Quelques 
                    réalisations</a><br>
                    --> <a href="http://www.envoyermonmailing.com/Offre-Services/tarifs.html">Les 
                    tarifs</a><br>
                    --> <a href="http://www.envoyermonmailing.com/Offre-Services/engagements.html">Nos 
                    engagements</a></p>
                  <p>Sans oublier les rubriques Partenaire, Actualité ENEWS<b>™</b> 
                    et Emarketing.</p>
                
				  -->
                  </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td background="liseretV.gif" valign="top" class="TexteOrangeBold" align="center"><a name="trois"></a><spacer type="block" width="" height="1"></td>
          <td bgcolor="#DADAE5"><spacer type="block" width="" height="1"></td>
        </tr>
        <tr> 
          <td width="164" background="liseretV.gif" valign="top" class="TexteOrangeBold" align="center"> 
            <table width="97%" border="0" cellspacing="0" cellpadding="10" class="TitreBold">
              <tr> 
                <td class="TexteOrangeBold" align="right" width="94%" valign="top"> 
                  <p><b>E N E W S ™<br>
                    C O N T A C T S</b></p>
                </td>
              </tr>
            </table>
            
          </td>
          <td> 
            <form method="post" action="http://enews.naos.com/servlets/com.naos.enews.DemandeInfosEnews" name="form" onSubmit="return checkForm()">
              <table width="100%" border="0" cellspacing="0" cellpadding="10">
                <tr> 
                  <td class="Texte"> 
                    <p>Pour vous répondre dans les meilleurs délais, 
                      veuillez s'il vous plait nous indiquer vos coordonnées, 
                      en remplissant bien tous les champs ci-dessous.</p>
                    <blockquote> 
                      <p class="TexteNoirBold"> 
                        <input type="checkbox" name="recevoirInfo" value="informations" checked>
                        plus d'informations pratiques et techniques,<br>
                        <input type="checkbox" name="recevoirInfo" value="demonstration">
                        une démo sur site<br>
                        <input type="checkbox" name="recevoirInfo" value="partenariat">
                        plus d'informations sur les conditions de partenariats</p>
                    </blockquote>
                  </td>
                </tr>
                <tr> 
                  <td class="Texte"> 
                    <table width="98%" border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td class="Texte" width="32%">Société*<br>
                          <input type="text" name="Societe">
                        </td>
                        <td class="Texte" width="33%">Nom*<br>
                          <input type="HIDDEN" name="Enews du : 2" value="mercredi 17 octobre 2001">
                          <input type="text" name="Nom">
                        </td>
                        <td class="Texte" width="35%">Prénom*<br>
                          <input type="text" name="Prenom">
                        </td>
                      </tr>
                      <tr> 
                        <td class="Texte" colspan="2"> </td>
                        <td class="Texte" width="35%"> </td>
                      </tr>
                      <tr> 
                        <td class="Texte" colspan="2">Adresse*<br>
                          <input type="text" name="Adresse" size="40">
                        </td>
                        <td class="Texte" width="35%">Email<br>
                          <input type="text" name="Email" size="15" value="www-xml-linking-comments@w3.org" maxlength="50">
                        </td>
                      </tr>
                      <tr> 
                        <td class="Texte" width="32%"> </td>
                        <td class="Texte" width="33%"> </td>
                        <td class="Texte" width="35%"> </td>
                      </tr>
                      <tr> 
                        <td class="Texte" width="32%">Code Postal*<br>
                          <input type="text" name="CodePostal" size="5">
                        </td>
                        <td class="Texte" width="33%">Ville*<br>
                          <input type="text" name="Ville">
                        </td>
                        <td class="Texte" width="35%">Téléphone*<br>
                          <input type="text" name="Telephone" size="15">
                        </td>
                      </tr>
                      <tr> 
                        <td class="Texte" width="32%"> </td>
                        <td class="Texte" width="33%"> </td>
                        <td align="right" valign="bottom" class="Texte" width="35%"> </td>
                      </tr>
                      <tr> 
                        <td class="Texte" width="32%"> </td>
                        <td class="Texte" width="33%"> </td>
                        <td align="right" valign="bottom" class="Texte" width="35%"> 
                          <input type="submit" name="Submit" value="Envoyer">
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>
            </form>
          </td>
        </tr>
        <tr> 
          <td background="liseretV.gif" valign="top" class="TexteOrangeBold" align="center"><spacer type="block" width="" height="1"></td>
          <td bgcolor="#DADAE5"><spacer type="block" width="" height="1"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table border=0 cellpadding=0 cellspacing=0 width="100%" height="77">
  <tr> 
    <td width="3%" background="blancBleu.gif" valign="bottom" height="39"><img src="blancBleu.gif" width="1" height="39"></td>
    <td rowspan=2 width="9%" valign="top" bgcolor="#19165C" height="77"> <img src="logo.gif" width=91 height=77></td>
    <td background="blancBleu.gif" valign="bottom" align="left" width="88%" height="39"> 
      <img src="../Images/blancBleu.gif" width=1 height=39><img src="naos.gif" width=468 height=39></td>
  </tr>
  <tr> 
    <td width=3% bgcolor=#19165C height="38"> </td>
    <td align=center valign=middle bgcolor=#19165C class="TexteBlancBold" width="88%" height="38">Fidèle 
      à votre écoute, nous restons à votre disposition pour 
      répondre à toutes vos questions…<br>
      N'hésitez pas à nous contacter par email commercial@naos.com 
      ou par téléphone au 01.69.75.41.10. </td>
  </tr>
  <tr bgcolor="#19165C"> 
    <td width=3% height="5"><spacer type="block" width="" height="5"></td>
    <td width="9%" valign="top" height="5"><spacer type="block" width="" height="5"></td>
    <td align=center valign=middle class="TexteBleuBold" width="88%" height="5" bgcolor="#19165C"><spacer type="block" width="" height="5"></td>
  </tr>
</table>
tagUnsubscribe
</BODY>
</HTML>
Received on Wednesday, 17 October 2001 15:26:52 UTC