ENEWS : Quel format pour votre lettre d'informations ?

<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&#153;, 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">&nbsp;&nbsp;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>
                  --&gt; Dossier sp&eacute;cial : <a href="#un">Quel format pour 
                  votre lettre d'information ?</a><br>
                  --&gt; <a href="#deux">Nouveau site Internet</a><br>
                  --&gt; <a href="#trois">Vous souhaitez &ecirc;tre contact&eacute;(e)...</a></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="164" background="liseretV.gif">&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td width="164" background="liseretV.gif">&nbsp;</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&eacute; soit parce que nous avons visit&eacute; 
                    votre site et y avons trouv&eacute; vos coordonn&eacute;es 
                    que vous tenez &agrave; la disposition du public, soit parce 
                    que nous avons &eacute;t&eacute; 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>&nbsp;</td>
        </tr>
        <tr> 
          <td width="164" background="liseretV.gif" valign="top" align="center"> 
            <p class="TexteOrangeBold">&nbsp;</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&eacute;cent, l'email est un support 
                    de communication, de plus en plus utilis&eacute;, qui pr&eacute;sente 
                    des avantages consid&eacute;rables et notamment en terme de 
                    marketing.<br>
                    Son application dans la strat&eacute;gie de communication 
                    de l'entreprise n&eacute;cessite n&eacute;anmoins des connaissances 
                    et des comp&eacute;tences qui vous am&egrave;neront probablement 
                    &agrave; vous rapprocher de sp&eacute;cialistes et experts 
                    en la mati&egrave;re.</p>
                  <p align="JUSTIFY" class="TexteNoirBold">Aussi, nous avons d&eacute;cid&eacute; 
                    de vous faire d&eacute;couvrir, dans notre lettre d'information, 
                    certains aspects techniques et pratiques qui vous aideront 
                    sans aucun doute &agrave; 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 &ecirc;tes, 
                    ou peut-&ecirc;tre l'avez-vous d&eacute;j&agrave; &eacute;t&eacute;, 
                    amen&eacute; &agrave; 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&eacute;rents, 
                    du plus simplifi&eacute; au plus complexe. Vous pouvez opter 
                    pour l'un d'entre eux ou bien les utiliser simultan&eacute;ment. 
                    Nous allons ici les passer en revue en pr&eacute;cisant &agrave; 
                    chaque fois les avantages et les inconv&eacute;nients. Vous 
                    serez alors &agrave; m&ecirc;me de choisir le format de votre 
                    lettre d'information en conjuguant les possibilit&eacute;s 
                    techniques &agrave; vos objectifs de communication.</p>
                  <p align="JUSTIFY"><a href="http://www.envoyermonmailing.com/Actualite/sujet-format.html"><span class="TexteOrangeBold">--&gt; 
                    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 &#153;<br>
                    N E W &nbsp;&nbsp;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&eacute;sentation compl&eacute;te du service &agrave; 
                    travers 4 rubriques pour comprendre combien ENEWS<b>&#153;</b> 
                    vous permet de mener en toute s&eacute;r&eacute;nit&eacute; 
                    votre communication globale et &eacute;v&egrave;nementielle 
                    par email. </span></p>
                  <!--
				  <p align="justify"><span class="TexteNoirBold">Naviguez, par 
                    exemple, dans notre rubrique : L'offre et le service Enews&#153; 
                    </span>et d&eacute;couvrez :</p>
                  <p>--&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/presentation.html">Qu'est-ce 
                    qu'ENEWS&#153;</a><br>
                    --&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/detailService.html">Les 
                    services ENEWS&#153;</a><br>
                    --&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/avantages.html">Les 
                    avantages</a><br>
                    --&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/demo.html">D&eacute;mo 
                    on line</a><br>
                    --&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/infosTech.html">Informations 
                    techniques</a><br>
                    --&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/realisations.html">Quelques 
                    r&eacute;alisations</a><br>
                    --&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/tarifs.html">Les 
                    tarifs</a><br>
                    --&gt; <a href="http://www.envoyermonmailing.com/Offre-Services/engagements.html">Nos 
                    engagements</a></p>
                  <p>Sans oublier les rubriques Partenaire, Actualit&eacute; ENEWS<b>&#153;</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 &#153;<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&eacute;pondre dans les meilleurs d&eacute;lais, 
                      veuillez s'il vous plait nous indiquer vos coordonn&eacute;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&eacute;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&eacute;t&eacute;*<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&eacute;nom*<br>
                          <input type="text" name="Prenom">
                        </td>
                      </tr>
                      <tr> 
                        <td class="Texte" colspan="2">&nbsp;</td>
                        <td class="Texte" width="35%">&nbsp;</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%">&nbsp;</td>
                        <td class="Texte" width="33%">&nbsp;</td>
                        <td class="Texte" width="35%">&nbsp;</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&eacute;l&eacute;phone*<br>
                          <input type="text" name="Telephone" size="15">
                        </td>
                      </tr>
                      <tr> 
                        <td class="Texte" width="32%">&nbsp;</td>
                        <td class="Texte" width="33%">&nbsp;</td>
                        <td align="right" valign="bottom" class="Texte" width="35%">&nbsp;</td>
                      </tr>
                      <tr> 
                        <td class="Texte" width="32%">&nbsp;</td>
                        <td class="Texte" width="33%">&nbsp;</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">&nbsp;</td>
    <td align=center valign=middle bgcolor=#19165C class="TexteBlancBold" width="88%" height="38">Fid&egrave;le 
      &agrave; votre &eacute;coute, nous restons &agrave; votre disposition pour 
      r&eacute;pondre &agrave; toutes vos questions&#133;<br>
      N'h&eacute;sitez pas &agrave; nous contacter par email commercial@naos.com 
      ou par t&eacute;l&eacute;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