[HTML] Mailto:&content=HTML syntaxe
Fermé
prosciuto145
Messages postés
92
Date d'inscription
dimanche 6 mai 2007
Statut
Membre
Dernière intervention
7 septembre 2009
-
24 juin 2008 à 16:20
outlook - 2 mars 2012 à 10:55
outlook - 2 mars 2012 à 10:55
A voir également:
- [HTML] Mailto:&content=HTML syntaxe
- Editeur html - Télécharger - HTML
- Espace html ✓ - Forum Webmastering
- Espace en html - Astuces et Solutions
- Html download - Télécharger - HTML
- &Nbsp html ✓ - Forum Webmastering
1 réponse
prosciuto145
Messages postés
92
Date d'inscription
dimanche 6 mai 2007
Statut
Membre
Dernière intervention
7 septembre 2009
24
25 juin 2008 à 09:16
25 juin 2008 à 09:16
s'il vous plait pourriez vous maider ?
10 août 2011 à 09:11
2 mars 2012 à 10:55
<script>
var outlookApp = new ActiveXObject("Outlook.Application");
var nameSpace = outlookApp.getNameSpace("MAPI");
mailFolder = nameSpace.getDefaultFolder(6);
mailItem = mailFolder.Items.add('IPM.Note.FormA');
mailItem.Subject="Test HTML";
mailItem.To = ""
mailItem.HTMLBody = "Test <Br/> Lien image:<a href='http://aaaa'><img src='http://aaaa/logo.png'/></a>";
mailItem.display (0);
</script>