Bonjour,

Voici les codes utilisés pour les 2 listes,

Code du bouton d’inscription dur liste aweber :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<center>
<form
action="http://www.aweber.com/scripts/addlead.pl" method="post">
<table>
<tbody>
<tr>
<td colspan="2">
<center>
<div align="center"><font
face="Geneva" size="5">Ces quelques guides
pratiques vont changer votre vie.</font></div>
<div align="center"><font
face="Geneva" size="5">Si vous &ecirc;tes
int&eacute;ress&eacute; inscrivez-vous.</font></div>
</center>
</td>
</tr>
<tr>
<td>Email:</td>
<td><input
name="from"></td>
</tr>
<tr>
<td colspan="2" align="middle"><input
value="C'est d'accord je m'inscris" name="submit"
type="submit"></td>
</tr>
</tbody>
</table>
</form>
</center>
<br>
</body>
</html>
 
Code du bouton d’inscription mailinglist :
 
<html>
<head>
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<form
action="http://www.mailinglist.fr/sub_unsub.php" method="post"
target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>
<table border="0"
bordercolor="#000000" cellpadding="0" cellspacing="0"
width="140">
<tbody>
<tr>
<td
style="font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif;"><span
style="color: rgb(255, 255, 255);">Votre email</span>
:</td>
</tr>
<tr>
<td><input
style="border: 1px solid rgb(119, 139, 153); font-size: 9px; font-family: Verdana,Arial,Helvetica,sans-serif;"
name="email"></td>
</tr>
<tr>
<td
style="font-size: 9px; padding-top: 5px; font-family: Verdana,Arial,Helvetica,sans-serif;">&nbsp;<br>
<select name="action">
<option value="subscribe"
selected="selected">S'abonner</option>
<option value="unsubscribe">Se
d&eacute;sabonner</option>
</select>
<br>
</td>
</tr>
<tr>
<td style="padding-top: 5px;"><input
value="Envoyer" name="envoyer" type="submit"></td>
</tr>
</tbody>
</table>
<br>
</form>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
Comment faire pour mettre ces deux inscription/désinscription en un seul bouton ?
Merci pour toute aide ?

Stanislas