OK, j'ai mis le message suivant pour avertir de mes corrections sur le forum :
Bonjour,
Il y a 2 petites erreurs qui provoque des pb de validation html :
D'une part, dans le fichier baliza_enviar_email.php, il faut remplacer language="Javascript1.2" par type="text/javascript"
pour avoir ainsi la balise <script type=\"text/javascript\">
D'autre part, si on veut, comme indiqué dans la partie "mise à jour", enlever l'intitulé de la balise, il manque une fermeture de " à la ligne 28 qu'il faut remplacer par :
$enlace = $javascript_centrar_enviar."<a href=\"javascript:;\" onClick=\"centrarVentana('$url','Enviar_documento','scrollbars=yes,resizable=yes','440','460','true')\" title=\""._T('enviarmail:enviar_title')."\" style=\"border:none\"><img src=\"$logo\" style=\"border:none\" alt=\""._T('enviarmail:enviar_title')."\" title=\""._T('enviarmail:enviar_title')."\" /> </a>";
A noter qu'il reste encore une erreur que je ne sais pas corriger :
there is no attribute "onClick".
</script><a href="javascript:;" onClick="centrarVentana('http://www…
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
(mon site est pourtant Doctype: XHTML 1.0 Transitional)
Si quelqu'un a une solution...
Boby