onClick="document.location.href='mailto:montmartre75018@free.fr?subject=Demande
de thème&body=t1,r1,t2,t3,t4,t5,t6'";>
Ces valeurs (je présume) t1, t2, etc, proviennent de
saisies:
Sa date de naissance ? <br>
<input
type="text"
size="88"
style="color:#ff0000"
style="font:bold"
name="t6"> <br><br>
Comment faire svp (je n'y connais rien), essayez de me
faireun truc qui marche :o)
Merci, au revoir et à bientôt :o)
--
ECRIRE AU TROLL http://irolog.free.fr/letroll/index.html
------------------------------------------------------------
LE TROLL, éleveur de trolls depuis César, qui disait :
Avec une hache, celui qui tient le manche a toujours raison
!
sous 2000 2003 et XP tu peut faire comme ca : cela fait appel a un serveur SMTP pour relayer le mail. et si le serveur SMTP necessite une identification, ce code et magic car il te permet de saisir l'identification pour l'envois de mail.
Dim objConfig ' As CDO.Configuration Dim objMessage ' As CDO.Message Dim Fields ' As ADODB.Fields
' Get a handle on the config object and it's fields Set objConfig = Server.CreateObject("CDO.Configuration") Set Fields = objConfig.Fields
' Set config fields we care about With Fields .Item(cdoSendUsingMethod) = cdoSendUsingPort .Item(cdoSMTPServer) = "ServerSmtp" .Item(cdoSMTPServerPort) = 25 .Item(cdoSMTPConnectionTimeout) = 20 .Item(cdoSMTPAuthenticate) = cdoBasic .Item(cdoSendUserName) = "LOGIN" .Item(cdoSendPassword) = "Mot De Passe"
.Update End With
Set objMessage = Server.CreateObject("CDO.Message")
Set objMessage.Configuration = objConfig
With objMessage .To = "Adresse Mail destinataire" .From = "Adresse Mail emetteur" .Subject = "Sujet du mail" .TextBody = "Contenu du message a envoyer " .Send End With
Set Fields = Nothing Set objMessage = Nothing Set objConfig = Nothing
Envoyer des valeurs par email ???
Bonjour, j'ai:
onClick="document.location.href='mailto:?sub jectÞmande de thème&body=t1,r1,t2,t3,t4,t5,t6'";>
Ces valeurs (je présume) t1, t2, etc, proviennent de saisies:
Sa date de naissance ? <br> <input type="text" size="88" style="color:#ff0000" style="font:bold" name="t6"> <br><br>
Comment faire svp (je n'y connais rien), essayez de me faireun truc qui marche :o)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"> <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.5"> </HEAD> <BODY> Bonjour <BR> <BR> quelle est ton OS ? <BR> <BR> sous 2000 2003 et XP <BR> tu peut faire comme ca : cela fait appel a un serveur SMTP pour relayer le mail. et si le serveur SMTP necessite une identification, ce code et magic car il te permet de saisir l'identification pour l'envois de mail. <BR> <BR> Lord Mathius<BR> <BR> <BR> Const cdoSendUsingMethod = "http://schemas.microsoft.com/cdo/configuration/sendusing"<BR> Const cdoSendUsingPort = 2<BR> Const cdoSMTPServer = "http://schemas.microsoft.com/cdo/configuration/smtpserver"<BR> Const cdoSMTPServerPort = "http://schemas.microsoft.com/cdo/configuration/smtpserverport"<BR> Const cdoSMTPConnectionTimeout = "http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"<BR> Const cdoSMTPAuthenticate = "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"<BR> Const cdoBasic = 1<BR> Const cdoSendUserName = "http://schemas.microsoft.com/cdo/configuration/sendusername"<BR> Const cdoSendPassword = "http://schemas.microsoft.com/cdo/configuration/sendpassword"<BR> <BR> Dim objConfig <I>' As CDO.Configuration</I><BR> Dim objMessage <I>' As CDO.Message</I><BR> Dim Fields <I>' As ADODB.Fields</I><BR> <BR> <I>' Get a handle on the config object and it's fields</I><BR> Set objConfig = Server.CreateObject("CDO.Configuration")<BR> Set Fields = objConfig.Fields<BR> <BR> <I>' Set config fields we care about</I><BR> With Fields<BR> .Item(cdoSendUsingMethod) = cdoSendUsingPort<BR> .Item(cdoSMTPServer) = "ServerSmtp"<BR> .Item(cdoSMTPServerPort) = 25<BR> .Item(cdoSMTPConnectionTimeout) = 20<BR> .Item(cdoSMTPAuthenticate) = cdoBasic<BR> .Item(cdoSendUserName) = "LOGIN"<BR> .Item(cdoSendPassword) = "Mot De Passe"<BR> <BR> .Update<BR> End With<BR> <BR> Set objMessage = Server.CreateObject("CDO.Message")<BR> <BR> Set objMessage.Configuration = objConfig<BR> <BR> With objMessage<BR> .To = "Adresse Mail destinataire"<BR> .From = "Adresse Mail emetteur"<BR> .Subject = "Sujet du mail"<BR> .TextBody = "Contenu du message a envoyer "<BR> .Send<BR> End With<BR> <BR> Set Fields = Nothing<BR> Set objMessage = Nothing<BR> Set objConfig = Nothing <BR> <BR> <BR> <BR> <BLOCKQUOTE TYPE=CITE> <PRE> <FONT COLOR="#000000">Envoyer des valeurs par email ???</FONT>
sous 2000 2003 et XP
tu peut faire comme ca : cela fait appel a un serveur SMTP pour relayer
le mail. et si le serveur SMTP necessite une identification, ce code et
magic car il te permet de saisir l'identification pour l'envois de
mail.
Dim objConfig ' As CDO.Configuration
Dim objMessage ' As CDO.Message
Dim Fields ' As ADODB.Fields
' Get a handle on the config object and it's fields
Set objConfig = Server.CreateObject("CDO.Configuration")
Set Fields = objConfig.Fields
' Set config fields we care about
With Fields
.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Item(cdoSMTPServer) = "ServerSmtp"
.Item(cdoSMTPServerPort) = 25
.Item(cdoSMTPConnectionTimeout) = 20
.Item(cdoSMTPAuthenticate) = cdoBasic
.Item(cdoSendUserName) = "LOGIN"
.Item(cdoSendPassword) = "Mot De Passe"
.Update
End With
Set objMessage = Server.CreateObject("CDO.Message")
Set objMessage.Configuration = objConfig
With objMessage
.To = "Adresse Mail destinataire"
.From = "Adresse Mail emetteur"
.Subject = "Sujet du mail"
.TextBody = "Contenu du message a envoyer "
.Send
End With
Set Fields = Nothing
Set objMessage = Nothing
Set objConfig = Nothing
Envoyer des valeurs par email ???
Bonjour, j'ai:
onClick="document.location.href='mailto:montmartre75018@free.fr?sub ject=Demande
de thème&body=t1,r1,t2,t3,t4,t5,t6'";>
Ces valeurs (je présume) t1, t2, etc, proviennent de
saisies:
Sa date de naissance ? <br>
<input
type="text"
size="88"
style="color:#ff0000"
style="font:bold"
name="t6"> <br><br>
Comment faire svp (je n'y connais rien), essayez de me
faireun truc qui marche :o)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.2.5">
</HEAD>
<BODY>
Bonjour <BR>
<BR>
quelle est ton OS ? <BR>
<BR>
sous 2000 2003 et XP <BR>
tu peut faire comme ca : cela fait appel a un serveur SMTP pour relayer le mail. et si le serveur SMTP necessite une identification, ce code et magic car il te permet de saisir l'identification pour l'envois de mail. <BR>
<BR>
Lord Mathius<BR>
<BR>
<BR>
Const cdoSendUsingMethod = "http://schemas.microsoft.com/cdo/configuration/sendusing"<BR>
Const cdoSendUsingPort = 2<BR>
Const cdoSMTPServer = "http://schemas.microsoft.com/cdo/configuration/smtpserver"<BR>
Const cdoSMTPServerPort = "http://schemas.microsoft.com/cdo/configuration/smtpserverport"<BR>
Const cdoSMTPConnectionTimeout = "http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"<BR>
Const cdoSMTPAuthenticate = "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"<BR>
Const cdoBasic = 1<BR>
Const cdoSendUserName = "http://schemas.microsoft.com/cdo/configuration/sendusername"<BR>
Const cdoSendPassword = "http://schemas.microsoft.com/cdo/configuration/sendpassword"<BR>
<BR>
Dim objConfig <I>' As CDO.Configuration</I><BR>
Dim objMessage <I>' As CDO.Message</I><BR>
Dim Fields <I>' As ADODB.Fields</I><BR>
<BR>
<I>' Get a handle on the config object and it's fields</I><BR>
Set objConfig = Server.CreateObject("CDO.Configuration")<BR>
Set Fields = objConfig.Fields<BR>
<BR>
<I>' Set config fields we care about</I><BR>
With Fields<BR>
.Item(cdoSendUsingMethod) = cdoSendUsingPort<BR>
.Item(cdoSMTPServer) = "ServerSmtp"<BR>
.Item(cdoSMTPServerPort) = 25<BR>
.Item(cdoSMTPConnectionTimeout) = 20<BR>
.Item(cdoSMTPAuthenticate) = cdoBasic<BR>
.Item(cdoSendUserName) = "LOGIN"<BR>
.Item(cdoSendPassword) = "Mot De Passe"<BR>
<BR>
.Update<BR>
End With<BR>
<BR>
Set objMessage = Server.CreateObject("CDO.Message")<BR>
<BR>
Set objMessage.Configuration = objConfig<BR>
<BR>
With objMessage<BR>
.To = "Adresse Mail destinataire"<BR>
.From = "Adresse Mail emetteur"<BR>
.Subject = "Sujet du mail"<BR>
.TextBody = "Contenu du message a envoyer "<BR>
.Send<BR>
End With<BR>
<BR>
Set Fields = Nothing<BR>
Set objMessage = Nothing<BR>
Set objConfig = Nothing <BR>
<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Envoyer des valeurs par email ???</FONT>
sous 2000 2003 et XP tu peut faire comme ca : cela fait appel a un serveur SMTP pour relayer le mail. et si le serveur SMTP necessite une identification, ce code et magic car il te permet de saisir l'identification pour l'envois de mail.
Dim objConfig ' As CDO.Configuration Dim objMessage ' As CDO.Message Dim Fields ' As ADODB.Fields
' Get a handle on the config object and it's fields Set objConfig = Server.CreateObject("CDO.Configuration") Set Fields = objConfig.Fields
' Set config fields we care about With Fields .Item(cdoSendUsingMethod) = cdoSendUsingPort .Item(cdoSMTPServer) = "ServerSmtp" .Item(cdoSMTPServerPort) = 25 .Item(cdoSMTPConnectionTimeout) = 20 .Item(cdoSMTPAuthenticate) = cdoBasic .Item(cdoSendUserName) = "LOGIN" .Item(cdoSendPassword) = "Mot De Passe"
.Update End With
Set objMessage = Server.CreateObject("CDO.Message")
Set objMessage.Configuration = objConfig
With objMessage .To = "Adresse Mail destinataire" .From = "Adresse Mail emetteur" .Subject = "Sujet du mail" .TextBody = "Contenu du message a envoyer " .Send End With
Set Fields = Nothing Set objMessage = Nothing Set objConfig = Nothing
Envoyer des valeurs par email ???
Bonjour, j'ai:
onClick="document.location.href='mailto:?sub jectÞmande de thème&body=t1,r1,t2,t3,t4,t5,t6'";>
Ces valeurs (je présume) t1, t2, etc, proviennent de saisies:
Sa date de naissance ? <br> <input type="text" size="88" style="color:#ff0000" style="font:bold" name="t6"> <br><br>
Comment faire svp (je n'y connais rien), essayez de me faireun truc qui marche :o)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"> <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.5"> </HEAD> <BODY> Bonjour <BR> <BR> quelle est ton OS ? <BR> <BR> sous 2000 2003 et XP <BR> tu peut faire comme ca : cela fait appel a un serveur SMTP pour relayer le mail. et si le serveur SMTP necessite une identification, ce code et magic car il te permet de saisir l'identification pour l'envois de mail. <BR> <BR> Lord Mathius<BR> <BR> <BR> Const cdoSendUsingMethod = "http://schemas.microsoft.com/cdo/configuration/sendusing"<BR> Const cdoSendUsingPort = 2<BR> Const cdoSMTPServer = "http://schemas.microsoft.com/cdo/configuration/smtpserver"<BR> Const cdoSMTPServerPort = "http://schemas.microsoft.com/cdo/configuration/smtpserverport"<BR> Const cdoSMTPConnectionTimeout = "http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"<BR> Const cdoSMTPAuthenticate = "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"<BR> Const cdoBasic = 1<BR> Const cdoSendUserName = "http://schemas.microsoft.com/cdo/configuration/sendusername"<BR> Const cdoSendPassword = "http://schemas.microsoft.com/cdo/configuration/sendpassword"<BR> <BR> Dim objConfig <I>' As CDO.Configuration</I><BR> Dim objMessage <I>' As CDO.Message</I><BR> Dim Fields <I>' As ADODB.Fields</I><BR> <BR> <I>' Get a handle on the config object and it's fields</I><BR> Set objConfig = Server.CreateObject("CDO.Configuration")<BR> Set Fields = objConfig.Fields<BR> <BR> <I>' Set config fields we care about</I><BR> With Fields<BR> .Item(cdoSendUsingMethod) = cdoSendUsingPort<BR> .Item(cdoSMTPServer) = "ServerSmtp"<BR> .Item(cdoSMTPServerPort) = 25<BR> .Item(cdoSMTPConnectionTimeout) = 20<BR> .Item(cdoSMTPAuthenticate) = cdoBasic<BR> .Item(cdoSendUserName) = "LOGIN"<BR> .Item(cdoSendPassword) = "Mot De Passe"<BR> <BR> .Update<BR> End With<BR> <BR> Set objMessage = Server.CreateObject("CDO.Message")<BR> <BR> Set objMessage.Configuration = objConfig<BR> <BR> With objMessage<BR> .To = "Adresse Mail destinataire"<BR> .From = "Adresse Mail emetteur"<BR> .Subject = "Sujet du mail"<BR> .TextBody = "Contenu du message a envoyer "<BR> .Send<BR> End With<BR> <BR> Set Fields = Nothing<BR> Set objMessage = Nothing<BR> Set objConfig = Nothing <BR> <BR> <BR> <BR> <BLOCKQUOTE TYPE=CITE> <PRE> <FONT COLOR="#000000">Envoyer des valeurs par email ???</FONT>
Bonjour LE TROLL, dans le message news:% tu disais :
Ben voui, la peuve que tu n'y connais rien! Pas de réponse!
trop facile ;-)
essaie encore :-)
--
Adresse invalide Merci de répondre sur le forum ... http://scraper.chez.tiscali.fr
scraper
LE TROLL
Je crois que tu n'as pas vu que c'est du script, et non pas du html, si c'est ça que tu imagines, je ne crois pas qu'un <br> fonctionne dans le script en s'appliquant aux éléments de la liste...
Je crois que tu n'as pas vu que c'est du script, et non pas
du html, si c'est ça que tu imagines, je ne crois pas qu'un
<br> fonctionne dans le script en s'appliquant aux éléments
de la liste...
Je crois que tu n'as pas vu que c'est du script, et non pas du html, si c'est ça que tu imagines, je ne crois pas qu'un <br> fonctionne dans le script en s'appliquant aux éléments de la liste...
scraper
Bonjour LE TROLL, dans le message news: tu disais :
Je crois que tu n'as pas vu que c'est du script, et non pas du html, si c'est ça que tu imagines, je ne crois pas qu'un <br> fonctionne dans le script en s'appliquant aux éléments de la liste...
tu es trop bon (et aussi trop fort .... ;-)
--
Adresse invalide Merci de répondre sur le forum ... http://scraper.chez.tiscali.fr
scraper
Bonjour LE TROLL, dans le message
news:u5zdW1ynFHA.3656@TK2MSFTNGP09.phx.gbl
tu disais :
Je crois que tu n'as pas vu que c'est du script, et non pas
du html, si c'est ça que tu imagines, je ne crois pas qu'un
<br> fonctionne dans le script en s'appliquant aux éléments
de la liste...
tu es trop bon (et aussi trop fort .... ;-)
--
Adresse invalide
Merci de répondre sur le forum ...
http://scraper.chez.tiscali.fr
Bonjour LE TROLL, dans le message news: tu disais :
Je crois que tu n'as pas vu que c'est du script, et non pas du html, si c'est ça que tu imagines, je ne crois pas qu'un <br> fonctionne dans le script en s'appliquant aux éléments de la liste...
tu es trop bon (et aussi trop fort .... ;-)
--
Adresse invalide Merci de répondre sur le forum ... http://scraper.chez.tiscali.fr
scraper
LE TROLL
Tiens tu as ton copain Allender, à vous deux vous allez pouvoir foutre le bordel dans les questions, comme tu viens déjà de commencer, moi ça m'amuse, ça m'amuse parce que peu sont capable de voir que c'est toi qui parasite les autres et les forums, mais heureusement, les plus intelligents ne s'y laissent pas prendre...
Tiens tu as ton copain Allender, à vous deux vous allez
pouvoir foutre le bordel dans les questions, comme tu viens
déjà de commencer, moi ça m'amuse, ça m'amuse parce que peu
sont capable de voir que c'est toi qui parasite les autres
et les forums, mais heureusement, les plus intelligents ne
s'y laissent pas prendre...
Tiens tu as ton copain Allender, à vous deux vous allez pouvoir foutre le bordel dans les questions, comme tu viens déjà de commencer, moi ça m'amuse, ça m'amuse parce que peu sont capable de voir que c'est toi qui parasite les autres et les forums, mais heureusement, les plus intelligents ne s'y laissent pas prendre...